VoiceOverGlobalNode
Inherits from VoiceOverExpressionNode
Summary
Constructors
| VoiceOverGlobalNode() |
| VoiceOverGlobalNode(guid: Guid) |
| VoiceOverGlobalNode(other: VoiceOverExpressionNode) |
| VoiceOverGlobalNode(other: VoiceOverNode) |
| VoiceOverGlobalNode(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| value | VoiceOverValue | nil |
| field | VoiceOverNamedValue | nil |
| object | VoiceOverObject | nil |
Static members
| Name | Type |
|---|---|
| VoiceOverGlobalNode.typeInfo | TypeInformation |
Constructors
VoiceOverGlobalNode
VoiceOverGlobalNode()
Creates a new VoiceOverGlobalNode frostbite instance.
VoiceOverGlobalNode
VoiceOverGlobalNode(guid: Guid)
Creates a new VoiceOverGlobalNode frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
VoiceOverGlobalNode
VoiceOverGlobalNode(other: VoiceOverExpressionNode)
Casts an instance of type VoiceOverExpressionNode to VoiceOverGlobalNode. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | VoiceOverExpressionNode | The instance to cast to VoiceOverGlobalNode. |
VoiceOverGlobalNode
VoiceOverGlobalNode(other: VoiceOverNode)
Casts an instance of type VoiceOverNode to VoiceOverGlobalNode. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | VoiceOverNode | The instance to cast to VoiceOverGlobalNode. |
VoiceOverGlobalNode
VoiceOverGlobalNode(other: DataContainer)
Casts an instance of type DataContainer to VoiceOverGlobalNode. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to VoiceOverGlobalNode. |
Properties
value
VoiceOverValue | nil
field
VoiceOverNamedValue | nil
object
VoiceOverObject | nil
Static members
typeInfo
The type information for the VoiceOverGlobalNode type.