EventSwitcherNodeData
Inherits from AudioGraphNodeData
Summary
Constructors
EventSwitcherNodeData() |
EventSwitcherNodeData(guid: Guid) |
EventSwitcherNodeData(other: AudioGraphNodeData) |
EventSwitcherNodeData(other: DataContainer) |
Properties
Name | Type |
---|---|
inputs | EventSwitcherEntry[] |
value | AudioGraphNodePort |
Static members
Name | Type |
---|---|
EventSwitcherNodeData.typeInfo | TypeInformation |
Constructors
EventSwitcherNodeData
EventSwitcherNodeData()
Creates a new EventSwitcherNodeData frostbite instance.
EventSwitcherNodeData
EventSwitcherNodeData(guid: Guid)
Creates a new EventSwitcherNodeData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
EventSwitcherNodeData
EventSwitcherNodeData(other: AudioGraphNodeData)
Casts an instance of type AudioGraphNodeData to EventSwitcherNodeData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | AudioGraphNodeData | The instance to cast to EventSwitcherNodeData. |
EventSwitcherNodeData
EventSwitcherNodeData(other: DataContainer)
Casts an instance of type DataContainer to EventSwitcherNodeData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to EventSwitcherNodeData. |
Properties
inputs
value
Static members
typeInfo
The type information for the EventSwitcherNodeData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)