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