VoiceOverSystemAsset

Inherits from Asset

Summary

Constructors

VoiceOverSystemAsset()
VoiceOverSystemAsset(guid: Guid)
VoiceOverSystemAsset(other: Asset)
VoiceOverSystemAsset(other: DataContainer)

Properties

Name Type
intervals VoiceOverInterval[]
labels VoiceOverLabel[]
types VoiceOverObject[]
objects VoiceOverObject[]
constants VoiceOverGlobalConstantValue[]
masterLanguage AudioLanguage | nil
defaultPronunciation VoiceOverPronunciation | nil
pronunciations VoiceOverPronunciation[]
queueGroups VoiceOverConversationQueueGroup[]
defaultPositionedQueueGroup VoiceOverConversationQueueGroup | nil
defaultUnpositionedQueueGroup VoiceOverConversationQueueGroup | nil

Static members

Name Type
VoiceOverSystemAsset.typeInfo TypeInformation

Constructors

VoiceOverSystemAsset

VoiceOverSystemAsset()

Creates a new VoiceOverSystemAsset frostbite instance.

VoiceOverSystemAsset

VoiceOverSystemAsset(guid: Guid)

Creates a new VoiceOverSystemAsset frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

VoiceOverSystemAsset

VoiceOverSystemAsset(other: Asset)

Casts an instance of type Asset to VoiceOverSystemAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to VoiceOverSystemAsset.

VoiceOverSystemAsset

VoiceOverSystemAsset(other: DataContainer)

Casts an instance of type DataContainer to VoiceOverSystemAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to VoiceOverSystemAsset.

Properties

intervals

VoiceOverInterval[]

labels

VoiceOverLabel[]

types

VoiceOverObject[]

objects

VoiceOverObject[]

constants

VoiceOverGlobalConstantValue[]

masterLanguage

AudioLanguage | nil

defaultPronunciation

VoiceOverPronunciation | nil

pronunciations

VoiceOverPronunciation[]

queueGroups

VoiceOverConversationQueueGroup[]

defaultPositionedQueueGroup

VoiceOverConversationQueueGroup | nil

defaultUnpositionedQueueGroup

VoiceOverConversationQueueGroup | nil

Static members

typeInfo

TypeInformation

The type information for the VoiceOverSystemAsset type.

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