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