DataIncrementNode
Inherits from UINodeData
Summary
Constructors
DataIncrementNode() |
DataIncrementNode(guid: Guid) |
DataIncrementNode(other: UINodeData) |
DataIncrementNode(other: DataContainer) |
Properties
Name | Type |
---|---|
inValue | UINodePort | nil |
out | UINodePort | nil |
max | float |
min | float |
incrementSize | float |
dataSource | UIDataSourceInfo |
Static members
Name | Type |
---|---|
DataIncrementNode.typeInfo | TypeInformation |
Constructors
DataIncrementNode
DataIncrementNode()
Creates a new DataIncrementNode frostbite instance.
DataIncrementNode
DataIncrementNode(guid: Guid)
Creates a new DataIncrementNode frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
DataIncrementNode
DataIncrementNode(other: UINodeData)
Casts an instance of type UINodeData to DataIncrementNode. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | UINodeData | The instance to cast to DataIncrementNode. |
DataIncrementNode
DataIncrementNode(other: DataContainer)
Casts an instance of type DataContainer to DataIncrementNode. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to DataIncrementNode. |
Properties
inValue
UINodePort | nil
out
UINodePort | nil
max
float
min
float
incrementSize
float
dataSource
Static members
typeInfo
The type information for the DataIncrementNode type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)