KeyframeSequence.Add
Add(double, float)
Create a new key frame with specified value
public void Add(double time, float value)
Parameter | Type | Description |
---|---|---|
time | Double | Time position(measured in seconds) |
value | Single | The value at this time position |
See Also
- class KeyframeSequence
- namespace Aspose.ThreeD.Animation
- assembly Aspose.3D
Add(double, float, Interpolation)
Create a new key frame with specified value
public void Add(double time, float value, Interpolation interpolation)
Parameter | Type | Description |
---|---|---|
time | Double | Time position(measured in seconds) |
value | Single | The value at this time position |
interpolation | Interpolation | The interpolation type of this key frame |
See Also
- enum Interpolation
- class KeyframeSequence
- namespace Aspose.ThreeD.Animation
- assembly Aspose.3D