SoundMasterPatchAsset
Inherits from SoundGraphAsset
Summary
Constructors
| SoundMasterPatchAsset() |
| SoundMasterPatchAsset(guid: Guid) |
| SoundMasterPatchAsset(other: SoundGraphAsset) |
| SoundMasterPatchAsset(other: SoundAsset) |
| SoundMasterPatchAsset(other: Asset) |
| SoundMasterPatchAsset(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| busses | SoundBusData[] |
| rwMovieBus | SoundBusData | nil |
Static members
| Name | Type |
|---|---|
| SoundMasterPatchAsset.typeInfo | TypeInformation |
Constructors
SoundMasterPatchAsset
SoundMasterPatchAsset()
Creates a new SoundMasterPatchAsset frostbite instance.
SoundMasterPatchAsset
SoundMasterPatchAsset(guid: Guid)
Creates a new SoundMasterPatchAsset frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
SoundMasterPatchAsset
SoundMasterPatchAsset(other: SoundGraphAsset)
Casts an instance of type SoundGraphAsset to SoundMasterPatchAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | SoundGraphAsset | The instance to cast to SoundMasterPatchAsset. |
SoundMasterPatchAsset
SoundMasterPatchAsset(other: SoundAsset)
Casts an instance of type SoundAsset to SoundMasterPatchAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | SoundAsset | The instance to cast to SoundMasterPatchAsset. |
SoundMasterPatchAsset
SoundMasterPatchAsset(other: Asset)
Casts an instance of type Asset to SoundMasterPatchAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | Asset | The instance to cast to SoundMasterPatchAsset. |
SoundMasterPatchAsset
SoundMasterPatchAsset(other: DataContainer)
Casts an instance of type DataContainer to SoundMasterPatchAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to SoundMasterPatchAsset. |
Properties
busses
rwMovieBus
SoundBusData | nil
Static members
typeInfo
The type information for the SoundMasterPatchAsset type.