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