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