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