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