VoiceOverManuscriptAsset

Inherits from Asset

Summary

Constructors

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

Properties

Name Type
masterLanguage AudioLanguage | nil
languages VoiceOverLanguageRoot[]
nameTranslation VoiceOverWaveNameTranslation
sheetName string
stringIdColumn string
fileNameColumn string
pathColumn string
waveAssetStatusColumn string
characterColumn string
voiceColumn string
stringIdPrefix string
languageColumns VoiceOverManuscriptLanguageColumns[]
firstContentRow int
outputPath string
streamPool StreamPoolAsset | nil
keepPath bool
stringIdUpperCase bool
allowDelete bool

Static members

Name Type
VoiceOverManuscriptAsset.typeInfo TypeInformation

Constructors

VoiceOverManuscriptAsset

VoiceOverManuscriptAsset()

Creates a new VoiceOverManuscriptAsset frostbite instance.

VoiceOverManuscriptAsset

VoiceOverManuscriptAsset(guid: Guid)

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

Parameters

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

VoiceOverManuscriptAsset

VoiceOverManuscriptAsset(other: Asset)

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

Parameters

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

VoiceOverManuscriptAsset

VoiceOverManuscriptAsset(other: DataContainer)

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

Parameters

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

Properties

masterLanguage

AudioLanguage | nil

languages

VoiceOverLanguageRoot[]

nameTranslation

VoiceOverWaveNameTranslation

sheetName

string

stringIdColumn

string

fileNameColumn

string

pathColumn

string

waveAssetStatusColumn

string

characterColumn

string

voiceColumn

string

stringIdPrefix

string

languageColumns

VoiceOverManuscriptLanguageColumns[]

firstContentRow

int

outputPath

string

streamPool

StreamPoolAsset | nil

keepPath

bool

stringIdUpperCase

bool

allowDelete

bool

Static members

typeInfo

TypeInformation

The type information for the VoiceOverManuscriptAsset type.

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