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