UITextDatabase

Inherits from Asset

Summary

Constructors

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

Properties

Name Type
language LanguageFormat
binaryChunk Guid
binaryChunkSize int
histogramChunk Guid
histogramChunkSize int

Static members

Name Type
UITextDatabase.typeInfo TypeInformation

Constructors

UITextDatabase

UITextDatabase()

Creates a new UITextDatabase frostbite instance.

UITextDatabase

UITextDatabase(guid: Guid)

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

Parameters

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

UITextDatabase

UITextDatabase(other: Asset)

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

Parameters

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

UITextDatabase

UITextDatabase(other: DataContainer)

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

Parameters

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

Properties

language

LanguageFormat

binaryChunk

Guid

binaryChunkSize

int

histogramChunk

Guid

histogramChunkSize

int

Static members

typeInfo

TypeInformation

The type information for the UITextDatabase type.

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