VoiceOverContainerNode

Inherits from VoiceOverStructureNode

Summary

Constructors

VoiceOverContainerNode()
VoiceOverContainerNode(guid: Guid)
VoiceOverContainerNode(other: VoiceOverStructureNode)
VoiceOverContainerNode(other: VoiceOverNode)
VoiceOverContainerNode(other: DataContainer)

Properties

Name Type
condition VoiceOverValueConnection[]
interval VoiceOverIntervalNode | nil
trueRelationship VoiceOverStructureNode[]
falseRelationship VoiceOverStructureNode[]
conditionMode VoiceOverContainerConditionMode
probability float

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

VoiceOverValueConnection[]

interval

VoiceOverIntervalNode | nil

trueRelationship

VoiceOverStructureNode[]

falseRelationship

VoiceOverStructureNode[]

conditionMode

VoiceOverContainerConditionMode

probability

float

Static members

typeInfo

TypeInformation

The type information for the VoiceOverContainerNode type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)