VoiceOverTriggerNode
Inherits from VoiceOverStructureNode
Summary
Constructors
VoiceOverTriggerNode() |
VoiceOverTriggerNode(guid: Guid) |
VoiceOverTriggerNode(other: VoiceOverStructureNode) |
VoiceOverTriggerNode(other: VoiceOverNode) |
VoiceOverTriggerNode(other: DataContainer) |
Properties
Name | Type |
---|---|
parameters | VoiceOverTriggerParameter[] |
delay | float |
event | VoiceOverEvent | nil |
Static members
Name | Type |
---|---|
VoiceOverTriggerNode.typeInfo | TypeInformation |
Constructors
VoiceOverTriggerNode
VoiceOverTriggerNode()
Creates a new VoiceOverTriggerNode frostbite instance.
VoiceOverTriggerNode
VoiceOverTriggerNode(guid: Guid)
Creates a new VoiceOverTriggerNode frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
VoiceOverTriggerNode
VoiceOverTriggerNode(other: VoiceOverStructureNode)
Casts an instance of type VoiceOverStructureNode to VoiceOverTriggerNode. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | VoiceOverStructureNode | The instance to cast to VoiceOverTriggerNode. |
VoiceOverTriggerNode
VoiceOverTriggerNode(other: VoiceOverNode)
Casts an instance of type VoiceOverNode to VoiceOverTriggerNode. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | VoiceOverNode | The instance to cast to VoiceOverTriggerNode. |
VoiceOverTriggerNode
VoiceOverTriggerNode(other: DataContainer)
Casts an instance of type DataContainer to VoiceOverTriggerNode. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to VoiceOverTriggerNode. |
Properties
parameters
delay
float
event
VoiceOverEvent | nil
Static members
typeInfo
The type information for the VoiceOverTriggerNode type.