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