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