AnimationNode.GetKeyframeSequence
Contents
[
Hide
]GetKeyframeSequence(A3DObject, string, string, bool)
Gets the keyframe sequence on given property and channel.
public KeyframeSequence GetKeyframeSequence(A3DObject target, string propName, string channelName,
bool create)
| Parameter | Type | Description |
|---|---|---|
| target | A3DObject | On which instance to create the keyframe sequence. |
| propName | String | The property’s name. |
| channelName | String | The channel name. |
| create | Boolean | If set to true create the animation sequence if it’s not existing. |
Return Value
The keyframe sequence.
See Also
- class KeyframeSequence
- class A3DObject
- class AnimationNode
- namespace Aspose.ThreeD.Animation
- assembly Aspose.3D
GetKeyframeSequence(A3DObject, string, bool)
Gets the keyframe sequence on given property.
public KeyframeSequence GetKeyframeSequence(A3DObject target, string propName, bool create)
| Parameter | Type | Description |
|---|---|---|
| target | A3DObject | On which instance to create the keyframe sequence. |
| propName | String | The property’s name. |
| create | Boolean | If set to true, create the sequence if it’s not existing. |
Return Value
The keyframe sequence.
See Also
- class KeyframeSequence
- class A3DObject
- class AnimationNode
- namespace Aspose.ThreeD.Animation
- assembly Aspose.3D