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