AudioLanguage

Inherits from DataContainer

Summary

Constructors

AudioLanguage()
AudioLanguage(guid: Guid)
AudioLanguage(other: DataContainer)

Properties

Name Type
name string
languageMapping LanguageFormat

Static members

Name Type
AudioLanguage.typeInfo TypeInformation

Constructors

AudioLanguage

AudioLanguage()

Creates a new AudioLanguage frostbite instance.

AudioLanguage

AudioLanguage(guid: Guid)

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

Parameters

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

AudioLanguage

AudioLanguage(other: DataContainer)

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

Parameters

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

Properties

name

string

languageMapping

LanguageFormat

Static members

typeInfo

TypeInformation

The type information for the AudioLanguage type.

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