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