Add
Add(double, float)
用指定的值创建一个新的关键帧
public void Add(double time, float value)
范围 | 类型 | 描述 |
---|---|---|
time | Double | 时间位置(以秒为单位) |
value | Single | 此时位置的值 |
也可以看看
- class KeyframeSequence
- 命名空间 Aspose.ThreeD.Animation
- 部件 Aspose.3D
Add(double, float, Interpolation)
用指定的值创建一个新的关键帧
public void Add(double time, float value, Interpolation interpolation)
范围 | 类型 | 描述 |
---|---|---|
time | Double | 时间位置(以秒为单位) |
value | Single | 此时位置的值 |
interpolation | Interpolation | 该关键帧的插值类型 |
也可以看看
- enum Interpolation
- class KeyframeSequence
- 命名空间 Aspose.ThreeD.Animation
- 部件 Aspose.3D