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