add method
add
Create a new key frame with specified value
def add(self, time, value):
...
Parameter | Type | Description |
---|---|---|
time | float | Time position(measured in seconds) |
value | float | The value at this time position |
add
Create a new key frame with specified value
def add(self, time, value, interpolation):
...
Parameter | Type | Description |
---|---|---|
time | float | Time position(measured in seconds) |
value | float | The value at this time position |
interpolation | Interpolation | The interpolation type of this key frame |
See Also
- module
aspose.threed.animation
- class
KeyframeSequence