Metadata definitions for PropertyDrivenAnimationPlayer. More...
Public Attributes | |
| DynamicPropertyType< Boolean > | EnabledProperty |
| Specifies whether animation timeline is applied. | |
| AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.PropertyDrivenAnimationPlayer") |
| Metaclass for PropertyDrivenAnimationPlayer. | |
| DynamicPropertyType< Boolean > | RelativePlaybackProperty |
| Specifies whether animations are applied in relative manner by adding animated value to target property value instead of replacing the property value. | |
| DynamicPropertyType< Resource > | TimelineProperty |
| The target animation timeline for property driven animation. | |
| DynamicPropertyType< String > | TimePropertyTypePropertyProperty |
| The type of property on the node whose value is taken by the player as input time for timeline playback. | |
Public Attributes inherited from NodeComponentMetadata | |
| AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.NodeComponent") |
| Metaclass for NodeComponent. | |
| DynamicPropertyType< String > | NameProperty |
| Name. | |
Metadata definitions for PropertyDrivenAnimationPlayer.
| DynamicPropertyType<Boolean> EnabledProperty |
Specifies whether animation timeline is applied.
| DynamicPropertyType<Boolean> RelativePlaybackProperty |
Specifies whether animations are applied in relative manner by adding animated value to target property value instead of replacing the property value.
| DynamicPropertyType<Resource> TimelineProperty |
The target animation timeline for property driven animation.
| DynamicPropertyType<String> TimePropertyTypePropertyProperty |
The type of property on the node whose value is taken by the player as input time for timeline playback.