VoiceOverStructureConnection
Inherits from DataContainer
Summary
Constructors
| VoiceOverStructureConnection() |
| VoiceOverStructureConnection(guid: Guid) |
| VoiceOverStructureConnection(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| targetNode | VoiceOverStructureNode | nil |
| targetInput | VoiceOverRelationshipInput | nil |
Static members
| Name | Type |
|---|---|
| VoiceOverStructureConnection.typeInfo | TypeInformation |
Constructors
VoiceOverStructureConnection
VoiceOverStructureConnection()
Creates a new VoiceOverStructureConnection frostbite instance.
VoiceOverStructureConnection
VoiceOverStructureConnection(guid: Guid)
Creates a new VoiceOverStructureConnection frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
VoiceOverStructureConnection
VoiceOverStructureConnection(other: DataContainer)
Casts an instance of type DataContainer to VoiceOverStructureConnection. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to VoiceOverStructureConnection. |
Properties
targetNode
VoiceOverStructureNode | nil
targetInput
Static members
typeInfo
The type information for the VoiceOverStructureConnection type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)