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. This property is only used when Increment Mode is set to Time Based. |
| ValueAccumulatorMetadata.IncrementModeProperty¶ | Sets how the Value Accumulator increments the accumulated value.:
|
| 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.
| TargetNameProperty¶ | Sets the name of the node component that receives this message. To send this message to every node component in this node, use an empty string. Example
|
| TargetNameProperty¶ | Sets the name of the node component that receives this message. To send this message to every node component in this node, use an empty string. Example
|
| TargetNameProperty¶ | Sets the name of the node component that receives this message. To send this message to every node component in this node, use an empty string. Example
|
| TargetNameProperty¶ | Sets the name of the node component that receives this message. To send this message to every node component in this node, use an empty string. Example
|