DirectOutputNodeData
Inherits from OutputNodeData
Summary
Constructors
DirectOutputNodeData() |
DirectOutputNodeData(guid: Guid) |
DirectOutputNodeData(other: OutputNodeData) |
DirectOutputNodeData(other: AudioGraphNodeData) |
DirectOutputNodeData(other: DataContainer) |
Static members
Name | Type |
---|---|
DirectOutputNodeData.typeInfo | TypeInformation |
Constructors
DirectOutputNodeData
DirectOutputNodeData()
Creates a new DirectOutputNodeData frostbite instance.
DirectOutputNodeData
DirectOutputNodeData(guid: Guid)
Creates a new DirectOutputNodeData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
DirectOutputNodeData
DirectOutputNodeData(other: OutputNodeData)
Casts an instance of type OutputNodeData to DirectOutputNodeData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | OutputNodeData | The instance to cast to DirectOutputNodeData. |
DirectOutputNodeData
DirectOutputNodeData(other: AudioGraphNodeData)
Casts an instance of type AudioGraphNodeData to DirectOutputNodeData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | AudioGraphNodeData | The instance to cast to DirectOutputNodeData. |
DirectOutputNodeData
DirectOutputNodeData(other: DataContainer)
Casts an instance of type DataContainer to DirectOutputNodeData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to DirectOutputNodeData. |
Static members
typeInfo
The type information for the DirectOutputNodeData type.