SwitcherNodeData

Inherits from AudioGraphNodeData

Summary

Constructors

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

Properties

Name Type
outputs SwitcherEntry[]
trigger AudioGraphNodePort
value AudioGraphNodePort
defaultCaseValue float

Static members

Name Type
SwitcherNodeData.typeInfo TypeInformation

Constructors

SwitcherNodeData

SwitcherNodeData()

Creates a new SwitcherNodeData frostbite instance.

SwitcherNodeData

SwitcherNodeData(guid: Guid)

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

Parameters

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

SwitcherNodeData

SwitcherNodeData(other: AudioGraphNodeData)

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

Parameters

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

SwitcherNodeData

SwitcherNodeData(other: DataContainer)

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

Parameters

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

Properties

outputs

SwitcherEntry[]

trigger

AudioGraphNodePort

value

AudioGraphNodePort

defaultCaseValue

float

Static members

typeInfo

TypeInformation

The type information for the SwitcherNodeData type.

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