SoundGraphData
Inherits from AudioGraphData
Summary
Constructors
| SoundGraphData() |
| SoundGraphData(guid: Guid) |
| SoundGraphData(other: AudioGraphData) |
| SoundGraphData(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| info | SoundGraphInfo |
| inputParameters | AudioGraphParameter[] |
| outputParameters | AudioGraphParameter[] |
| inputEvents | AudioGraphEvent[] |
| outputEvents | AudioGraphEvent[] |
Static members
| Name | Type |
|---|---|
| SoundGraphData.typeInfo | TypeInformation |
Constructors
SoundGraphData
SoundGraphData()
Creates a new SoundGraphData frostbite instance.
SoundGraphData
SoundGraphData(guid: Guid)
Creates a new SoundGraphData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
SoundGraphData
SoundGraphData(other: AudioGraphData)
Casts an instance of type AudioGraphData to SoundGraphData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | AudioGraphData | The instance to cast to SoundGraphData. |
SoundGraphData
SoundGraphData(other: DataContainer)
Casts an instance of type DataContainer to SoundGraphData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to SoundGraphData. |
Properties
info
inputParameters
outputParameters
inputEvents
outputEvents
Static members
typeInfo
The type information for the SoundGraphData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)