VoiceOverContainerNode
Inherits from VoiceOverStructureNode
Summary
Constructors
VoiceOverContainerNode() |
VoiceOverContainerNode(guid: Guid) |
VoiceOverContainerNode(other: VoiceOverStructureNode) |
VoiceOverContainerNode(other: VoiceOverNode) |
VoiceOverContainerNode(other: DataContainer) |
Properties
Static members
Name | Type |
---|---|
VoiceOverContainerNode.typeInfo | TypeInformation |
Constructors
VoiceOverContainerNode
VoiceOverContainerNode()
Creates a new VoiceOverContainerNode frostbite instance.
VoiceOverContainerNode
VoiceOverContainerNode(guid: Guid)
Creates a new VoiceOverContainerNode frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
VoiceOverContainerNode
VoiceOverContainerNode(other: VoiceOverStructureNode)
Casts an instance of type VoiceOverStructureNode to VoiceOverContainerNode. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | VoiceOverStructureNode | The instance to cast to VoiceOverContainerNode. |
VoiceOverContainerNode
VoiceOverContainerNode(other: VoiceOverNode)
Casts an instance of type VoiceOverNode to VoiceOverContainerNode. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | VoiceOverNode | The instance to cast to VoiceOverContainerNode. |
VoiceOverContainerNode
VoiceOverContainerNode(other: DataContainer)
Casts an instance of type DataContainer to VoiceOverContainerNode. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to VoiceOverContainerNode. |
Properties
condition
interval
VoiceOverIntervalNode | nil
trueRelationship
falseRelationship
conditionMode
probability
float
Static members
typeInfo
The type information for the VoiceOverContainerNode type.