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