KeyframeSequence Class |
Namespace: Aspose.ThreeD.Animation
The KeyframeSequence type exposes the following members.
Name | Description | |
---|---|---|
![]() | KeyframeSequence |
Initializes a new instance of the KeyframeSequence class.
|
![]() | KeyframeSequence(String) |
Initializes a new instance of the KeyframeSequence class.
|
Name | Description | |
---|---|---|
![]() | BindPoint |
Gets the property bind point which owns this curve
|
![]() | KeyFrames |
Gets the key frames of this curve.
|
![]() | Name |
Gets or sets the name.
(Inherited from A3DObject.) |
![]() | PostBehavior |
Gets the post behavior indicates what the sampled value should be after the last key frame.
|
![]() | PreBehavior |
Gets the pre behavior indicates what the sampled value should be before the first key.
|
![]() | Properties |
Gets the collection of all properties.
(Inherited from A3DObject.) |
Name | Description | |
---|---|---|
![]() | Add(Double, Single) |
Create a new key frame with specified value
|
![]() | Add(Double, Single, Interpolation) |
Create a new key frame with specified value
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | FindProperty |
Finds the property.
It can be a dynamic property (Created by CreateDynamicProperty/SetProperty)
or native property(Identified by its name)
(Inherited from A3DObject.) |
![]() | GetEnumerator |
Gets the enumerator to traverse all key frames.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetProperty |
Get the value of specified property
(Inherited from A3DObject.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RemoveProperty(String) |
Remove the specified property identified by name
(Inherited from A3DObject.) |
![]() | RemoveProperty(Property) |
Removes a dynamic property.
(Inherited from A3DObject.) |
![]() | Reset |
Removes all key frames and reset the post/pre behaviors.
|
![]() | SetProperty |
Sets the value of specified property
(Inherited from A3DObject.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | name |
The name of the current object.
(Inherited from A3DObject.) |
![]() | properties |
The properties of the current object.
(Inherited from A3DObject.) |