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