Metadata definitions for FloatValueAccumulator. More...
Classes | |
| class | SetAccumulatedValueBoundariesMessageArguments |
| Metadata definitions for SetAccumulatedValueBoundariesMessageArguments. More... | |
Public Attributes | |
| DynamicPropertyType< Float > | IncrementSizeProperty |
| The size of the increments of this Float Value Accumulator. | |
| DynamicPropertyType< String > | IncrementSizeSourceProperty |
| The property type set on this node that determines the increment size of this Float Value Accumulator. | |
| DynamicPropertyType< Float > | MaximumAccumulatedValueProperty |
| The maximum total accumulated float value. | |
| AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.FloatValueAccumulator") |
| Metaclass for FloatValueAccumulator. | |
| DynamicPropertyType< Float > | MinimumAccumulatedValueProperty |
| The minimum total accumulated float value. | |
| DynamicMessageType< FloatValueAccumulatorMetadata.SetAccumulatedValueBoundariesMessageArguments > | SetAccumulatedValueBoundariesMessage |
| Sets the minimum and maximum total accumulated float value. | |
| DynamicPropertyType< PropertyField > | TargetPropertyFieldProperty |
| The field of the target property on a node which where the values of the input property are accumulated. | |
| DynamicPropertyType< String > | TargetPropertyTypeProperty |
| The property type on this node that this Float Value Accumulator updates. | |
Public Attributes inherited from ValueAccumulatorMetadata | |
| 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 FloatValueAccumulator.
| DynamicPropertyType<Float> IncrementSizeProperty |
The size of the increments of this Float Value Accumulator.
| DynamicPropertyType<String> IncrementSizeSourceProperty |
The property type set on this node that determines the increment size of this Float Value Accumulator.
| DynamicPropertyType<Float> MaximumAccumulatedValueProperty |
The maximum total accumulated float value.
| DynamicPropertyType<Float> MinimumAccumulatedValueProperty |
The minimum total accumulated float value.
| DynamicMessageType<FloatValueAccumulatorMetadata.SetAccumulatedValueBoundariesMessageArguments> SetAccumulatedValueBoundariesMessage |
Sets the minimum and maximum total accumulated float value.
| DynamicPropertyType<PropertyField> TargetPropertyFieldProperty |
The field of the target property on a node which where the values of the input property are accumulated.
| DynamicPropertyType<String> TargetPropertyTypeProperty |
The property type on this node that this Float Value Accumulator updates.