ValueSelectorNodeData

Inherits from AudioGraphNodeData

Summary

Constructors

ValueSelectorNodeData()
ValueSelectorNodeData(guid: Guid)
ValueSelectorNodeData(other: AudioGraphNodeData)
ValueSelectorNodeData(other: DataContainer)

Properties

Name Type
inputs ValueSelectorEntry[]
value AudioGraphNodePort
out AudioGraphNodePort
defaultCaseValue float

Static members

Name Type
ValueSelectorNodeData.typeInfo TypeInformation

Constructors

ValueSelectorNodeData

ValueSelectorNodeData()

Creates a new ValueSelectorNodeData frostbite instance.

ValueSelectorNodeData

ValueSelectorNodeData(guid: Guid)

Creates a new ValueSelectorNodeData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

ValueSelectorNodeData

ValueSelectorNodeData(other: AudioGraphNodeData)

Casts an instance of type AudioGraphNodeData to ValueSelectorNodeData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other AudioGraphNodeData The instance to cast to ValueSelectorNodeData.

ValueSelectorNodeData

ValueSelectorNodeData(other: DataContainer)

Casts an instance of type DataContainer to ValueSelectorNodeData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to ValueSelectorNodeData.

Properties

inputs

ValueSelectorEntry[]

value

AudioGraphNodePort

out

AudioGraphNodePort

defaultCaseValue

float

Static members

typeInfo

TypeInformation

The type information for the ValueSelectorNodeData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)