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