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