get_keyframe_sequence method
get_keyframe_sequence
Gets the keyframe sequence on specified animation instance.
Returns
The keyframe sequence on specified animation instance
def get_keyframe_sequence(self, anim, create):
...
Parameter | Type | Description |
---|---|---|
anim | aspose.threed.animation.AnimationNode | On which animation to create the keyframe sequence. |
create | bool | Create the keyframe sequence if it’s not found. |
See Also
- module
aspose.threed
- class
KeyframeSequence
- class
Property