@awayjs/graphics
Version:
AwayJS graphics classes
9 lines • 347 B
TypeScript
import { AnimationNodeBase } from '@awayjs/renderer';
import { AnimatorBase } from '../AnimatorBase';
/**
*
*/
export interface IAnimationTransition {
getAnimationNode(animator: AnimatorBase, startNode: AnimationNodeBase, endNode: AnimationNodeBase, startTime: number): AnimationNodeBase;
}
//# sourceMappingURL=IAnimationTransition.d.ts.map