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