ValueAccumulatorMetadata
¶
Defines properties and message types for ValueAccumulator.
Inherits properties and message types from NodeComponentMetadata.
ValueAccumulatorMetadata.AutoplayProperty¶ | Sets whether the Value Accumulator starts automatically when it is attached to the node. |
ValueAccumulatorMetadata.BoundTypeProperty¶ | Sets how the Value Accumulator limits the total accumulated value between the minimum and maximum value boundaries. |
ValueAccumulatorMetadata.IncrementTimeIntervalProperty¶ | Sets the frequency of increments in milliseconds. |
ValueAccumulatorMetadata.StartMessage¶ | Starts the animation applied by a Value Accumulator to its target property value. |
ValueAccumulatorMetadata.StopMessage¶ | Stops the animation applied by a Value Accumulator to its target property value. |
ValueAccumulatorMetadata.PauseMessage¶ | Pauses the animation applied by a Value Accumulator to its target property value. |
ValueAccumulatorMetadata.ResumeMessage¶ | Resumes the paused animation applied by a Value Accumulator to its target property value. |
Message arguments classes define message arguments used for different message types. Each class defines a number of property types - arguments - together with getter and setter functions for them.