KeyFrame constructor
init
Create a new key frame on specified curve
def __init__(self, curve, time):
...
Parameter | Type | Description |
---|---|---|
curve | KeyframeSequence | The curve that the key frame will be created on |
time | float | The time position of the key frame |
See Also
- module
aspose.threed.animation
- class
KeyFrame