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