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