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