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