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