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