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