Class FloatValueAccumulatorMetadata

Defines properties and message types for FloatValueAccumulator.

Inherits properties and message types from ValueAccumulatorMetadata.

Property Types

See also PropertyType
FloatValueAccumulatorMetadata.IncrementSizeSourceProperty

The property type set on this node that determines the increment size of this Float Value Accumulator.

FloatValueAccumulatorMetadata.IncrementSizeProperty

The size of the increments of this Float Value Accumulator.

FloatValueAccumulatorMetadata.TargetPropertyTypeProperty

The property type on this node that this Float Value Accumulator updates.

FloatValueAccumulatorMetadata.TargetPropertyFieldProperty

The field of the target property on a node which where the values of the input property are accumulated.

FloatValueAccumulatorMetadata.MinimumAccumulatedValueProperty

The minimum total accumulated float value.

FloatValueAccumulatorMetadata.MaximumAccumulatedValueProperty

The maximum total accumulated float value.

Message Types

See also MessageType
FloatValueAccumulatorMetadata.SetAccumulatedValueBoundariesMessage

Sets the minimum and maximum total accumulated float value.

Arguments: FloatValueAccumulatorMetadata.SetAccumulatedValueBoundariesMessageArguments

Message Arguments

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.

FloatValueAccumulatorMetadata.SetAccumulatedValueBoundariesMessageArguments

MinimumAccumulatedValueProperty

Sets the minimum total accumulated float value.

Example
local value = arguments:getMinimumAccumulatedValueProperty()
arguments:setMinimumAccumulatedValueProperty(value)
MaximumAccumulatedValueProperty

Sets the maximum total accumulated float value.

Example
local value = arguments:getMaximumAccumulatedValueProperty()
arguments:setMaximumAccumulatedValueProperty(value)