EventSwitcherEntry

Inherits from AudioGraphNodePortGroup

Summary

Constructors

EventSwitcherEntry()
EventSwitcherEntry(guid: Guid)
EventSwitcherEntry(other: AudioGraphNodePortGroup)
EventSwitcherEntry(other: DataContainer)

Properties

Name Type
caseTrigger AudioGraphNodePort
value float

Static members

Name Type
EventSwitcherEntry.typeInfo TypeInformation

Constructors

EventSwitcherEntry

EventSwitcherEntry()

Creates a new EventSwitcherEntry frostbite instance.

EventSwitcherEntry

EventSwitcherEntry(guid: Guid)

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

Parameters

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

EventSwitcherEntry

EventSwitcherEntry(other: AudioGraphNodePortGroup)

Casts an instance of type AudioGraphNodePortGroup to EventSwitcherEntry. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other AudioGraphNodePortGroup The instance to cast to EventSwitcherEntry.

EventSwitcherEntry

EventSwitcherEntry(other: DataContainer)

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

Parameters

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

Properties

caseTrigger

AudioGraphNodePort

value

float

Static members

typeInfo

TypeInformation

The type information for the EventSwitcherEntry type.

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