KeyframeSequence — KeyframeSequence klasa.
| Name | Type | Access | Description |
|---|
BindPoint | BindPoint | Read | Gets the bind point. |
KeyFrames | IList<KeyFrame> | Read | Gets the key frames. |
PostBehavior | Extrapolation | Read | Gets the post behavior. |
PreBehavior | Extrapolation | Read | Gets the pre behavior. |
Name | string | Read/Write | Gets or sets the name. |
Properties | PropertyCollection | Read | Gets the collection of all properties. |
| Signature | Description |
|---|
KeyframeSequence() | Creates an empty keyframe sequence with no property name |
KeyframeSequence(name: string) | Calls KeyframeSequence(name) on this KeyframeSequence instance. |
Add(time: double, value: float) | Calls Add(time, value) on this KeyframeSequence instance. |
Add(time: double, value: float, interpolation: Interpolation) | Calls Add(time, value, interpolation) on this KeyframeSequence instance. |
Reset() | Calls Reset on this KeyframeSequence instance. |
GetEnumerator() | Calls GetEnumerator on this KeyframeSequence instance. |
A3DObject() | Initializes a new instance of the A3DObject class with no name. |
RemoveProperty(property: Property) | Removes a dynamic property. |
GetProperty(property: string) | Get the value of specified property |
SetProperty(property: string, value: object?) | Sets the value of specified property |
FindProperty(propertyName: string) | Finds the property. |
Vidi takođe