KeyframeSequence class
KeyframeSequence class
The sequence of key-frames, it describes the transformation of a sampled value over time.
Inheritance: KeyframeSequence
→
A3DObject
The KeyframeSequence type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes a new instance of the KeyframeSequence class. |
init | Initializes a new instance of the KeyframeSequence class. |
Properties
Property | Description |
---|---|
name | Gets or sets the name. |
properties | Gets the collection of all properties. |
bind_point | Gets the property bind point which owns this curve |
key_frames | Gets the key frames of this curve. |
post_behavior | Gets the post behavior indicates what the sampled value should be after the last key frame. |
pre_behavior | Gets the pre behavior indicates what the sampled value should be before the first key. |
Methods
Method | Description |
---|---|
remove_property | Removes a dynamic property. |
remove_property | Remove the specified property identified by name |
add | Create a new key frame with specified value |
add | Create a new key frame with specified value |
get_property | Get the value of specified property |
set_property | Sets the value of specified property |
find_property | Finds the property. It can be a dynamic property (Created by CreateDynamicProperty/SetProperty) or native property(Identified by its name) |
reset | Removes all key frames and reset the post/pre behaviors. |
See Also
- module
aspose.threed.animation
- class
A3DObject
- class
KeyframeSequence