SimpleValueSelectorNodeData

Inherits from AudioGraphNodeData

Summary

Constructors

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

Properties

Name Type
outValues float[]
index AudioGraphNodePort
out AudioGraphNodePort

Static members

Name Type
SimpleValueSelectorNodeData.typeInfo TypeInformation

Constructors

SimpleValueSelectorNodeData

SimpleValueSelectorNodeData()

Creates a new SimpleValueSelectorNodeData frostbite instance.

SimpleValueSelectorNodeData

SimpleValueSelectorNodeData(guid: Guid)

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

Parameters

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

SimpleValueSelectorNodeData

SimpleValueSelectorNodeData(other: AudioGraphNodeData)

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

Parameters

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

SimpleValueSelectorNodeData

SimpleValueSelectorNodeData(other: DataContainer)

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

Parameters

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

Properties

outValues

float[]

index

AudioGraphNodePort

out

AudioGraphNodePort

Static members

typeInfo

TypeInformation

The type information for the SimpleValueSelectorNodeData type.

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