Metadata definitions for ValueAccumulator. More...
Classes | |
| class | PauseMessageArguments |
| Metadata definitions for PauseMessageArguments. More... | |
| class | ResumeMessageArguments |
| Metadata definitions for ResumeMessageArguments. More... | |
| class | StartMessageArguments |
| Metadata definitions for StartMessageArguments. More... | |
| class | StopMessageArguments |
| Metadata definitions for StopMessageArguments. More... | |
Public Attributes | |
| DynamicPropertyType< Boolean > | AutoplayProperty |
| Sets whether the Value Accumulator starts automatically when it is attached to the node. | |
| DynamicPropertyType< ValueAccumulatorBaseEnums.BoundType > | BoundTypeProperty |
| Sets how the Value Accumulator limits the total accumulated value between the minimum and maximum value boundaries. | |
| DynamicPropertyType< Integer > | IncrementTimeIntervalProperty |
| Sets the frequency of increments in milliseconds. | |
| AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.ValueAccumulator") |
| Metaclass for ValueAccumulator. | |
| DynamicMessageType< ValueAccumulatorMetadata.PauseMessageArguments > | PauseMessage |
| Pauses the animation applied by a Value Accumulator to its target property value. | |
| DynamicMessageType< ValueAccumulatorMetadata.ResumeMessageArguments > | ResumeMessage |
| Resumes the paused animation applied by a Value Accumulator to its target property value. | |
| DynamicMessageType< ValueAccumulatorMetadata.StartMessageArguments > | StartMessage |
| Starts the animation applied by a Value Accumulator to its target property value. | |
| DynamicMessageType< ValueAccumulatorMetadata.StopMessageArguments > | StopMessage |
| Stops the animation applied by a Value Accumulator to its target property value. | |
Public Attributes inherited from NodeComponentMetadata | |
| AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.NodeComponent") |
| Metaclass for NodeComponent. | |
| DynamicPropertyType< String > | NameProperty |
| Name. | |
Metadata definitions for ValueAccumulator.
| DynamicPropertyType<Boolean> AutoplayProperty |
Sets whether the Value Accumulator starts automatically when it is attached to the node.
| DynamicPropertyType<ValueAccumulatorBaseEnums.BoundType> BoundTypeProperty |
Sets how the Value Accumulator limits the total accumulated value between the minimum and maximum value boundaries.
Defined in ui/node_component/animation/value_accumulator/value_accumulator_base.cpp as BoundTypeProperty.
| DynamicPropertyType<Integer> IncrementTimeIntervalProperty |
Sets the frequency of increments in milliseconds.
| DynamicMessageType<ValueAccumulatorMetadata.PauseMessageArguments> PauseMessage |
Pauses the animation applied by a Value Accumulator to its target property value.
| DynamicMessageType<ValueAccumulatorMetadata.ResumeMessageArguments> ResumeMessage |
Resumes the paused animation applied by a Value Accumulator to its target property value.
| DynamicMessageType<ValueAccumulatorMetadata.StartMessageArguments> StartMessage |
Starts the animation applied by a Value Accumulator to its target property value.
| DynamicMessageType<ValueAccumulatorMetadata.StopMessageArguments> StopMessage |
Stops the animation applied by a Value Accumulator to its target property value.