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