KeyframeSequence
KeyframeSequence
Overview
KeyframeSequence 是一个类在Aspose.3D FOSS for Typescript中. 继承人: A3DObject.
KeyframeSequence.constructor creates a new sequence and optionally assigns a name.
本类提供了4种方法,用于在TypeScript程序中使用KeyframeSequence对象. 有的方法包括: add, constructor, reset, setBindPoint. 在安装Aspose.3D FOSS for Typescript 包后,所有公众成员都可以访问任何TypeScript应用程序. 特性: bindPoint, keyFrames, name, postBehavior, preBehavior, properties.
Description
KeyframeSequence 是Aspose.3D FOSS库中一个类,用于 TypeScript 展示了 3 种方法和 6 个属性进行编程使用. 它扩展到 A3DObject, 继承了其母型的共享功能.
核心能力包括: string; propertycollection; `bindpoint. 这些操作使开发人员能够直接将keyframe序列功能集成到TypeScript应用程序中.
课程还提供了 properties 财产 (获得物质), bindPoint 属性 (得到结点), keyFrames 关键框架.
实例通过单个构造器创建,该构成者将对象初始化为默认值.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | string | 阅读/写作 | 得到了这个名字. |
properties | PropertyCollection | Read | 得到了房地产. |
bindPoint | `BindPoint | null` | Read |
keyFrames | KeyFrame[] | Read | 得到关键框架. |
postBehavior | Extrapolation | Read | 得到了后续行为. |
preBehavior | Extrapolation | Read | 得到了前的行为. |
Methods
| Signature | Description |
|---|---|
| `constructor(name: string | null)` |
reset() | 清除所有键,并恢复默认行为设置. |
add(time: number, value: number, interpolation: Interpolation) | 在给定的时间插入一个键,并使用值和交叉模式. |
setBindPoint(value: BindPoint) | 设置结点值. |