@awayjs/graphics
Version:
AwayJS graphics classes
13 lines • 489 B
TypeScript
import { SkeletonBinaryLERPNode } from '../nodes/SkeletonBinaryLERPNode';
/**
* A skeleton animation node that uses two animation node inputs to blend a lineraly interpolated output of a skeleton pose.
*/
export declare class CrossfadeTransitionNode extends SkeletonBinaryLERPNode {
blendSpeed: number;
startBlend: number;
/**
* Creates a new <code>CrossfadeTransitionNode</code> object.
*/
constructor();
}
//# sourceMappingURL=CrossfadeTransitionNode.d.ts.map