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