get_keyframe_sequence method
Contents
[
Hide
]get_keyframe_sequence(self, target, prop_name, create)
Gets the keyframe sequence on given property.
Returns
The keyframe sequence.
def get_keyframe_sequence(self, target, prop_name, create):
...
Parameter | Type | Description |
---|---|---|
target | A3DObject | On which instance to create the keyframe sequence. |
prop_name | str | The property’s name. |
create | bool | If set to true , create the sequence if it’s not existing. |
get_keyframe_sequence(self, target, prop_name, channel_name, create)
Gets the keyframe sequence on given property and channel.
Returns
The keyframe sequence.
def get_keyframe_sequence(self, target, prop_name, channel_name, create):
...
Parameter | Type | Description |
---|---|---|
target | A3DObject | On which instance to create the keyframe sequence. |
prop_name | str | The property’s name. |
channel_name | str | The channel name. |
create | bool | If set to true create the animation sequence if it’s not existing. |
See Also
- module
aspose.threed.animation
- class
AnimationNode