WaveSwitcherNodeData

Inherits from AudioGraphNodeData

Summary

Constructors

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

Properties

Name Type
index AudioGraphNodePort
advance AudioGraphNodePort
wave AudioGraphNodePort
indexChanged AudioGraphNodePort
waves SoundWaveAsset[]
defaultIndex float
isRandom bool
randomStartIndex bool

Static members

Name Type
WaveSwitcherNodeData.typeInfo TypeInformation

Constructors

WaveSwitcherNodeData

WaveSwitcherNodeData()

Creates a new WaveSwitcherNodeData frostbite instance.

WaveSwitcherNodeData

WaveSwitcherNodeData(guid: Guid)

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

Parameters

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

WaveSwitcherNodeData

WaveSwitcherNodeData(other: AudioGraphNodeData)

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

Parameters

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

WaveSwitcherNodeData

WaveSwitcherNodeData(other: DataContainer)

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

Parameters

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

Properties

index

AudioGraphNodePort

advance

AudioGraphNodePort

wave

AudioGraphNodePort

indexChanged

AudioGraphNodePort

waves

SoundWaveAsset[]

defaultIndex

float

isRandom

bool

randomStartIndex

bool

Static members

typeInfo

TypeInformation

The type information for the WaveSwitcherNodeData type.

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