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