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