UIFontMappingCollection

Inherits from Asset

Summary

Constructors

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

Properties

Name Type
fonts UIFontMapping[]
textDatabase UITextDatabase[]

Static members

Name Type
UIFontMappingCollection.typeInfo TypeInformation

Constructors

UIFontMappingCollection

UIFontMappingCollection()

Creates a new UIFontMappingCollection frostbite instance.

UIFontMappingCollection

UIFontMappingCollection(guid: Guid)

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

Parameters

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

UIFontMappingCollection

UIFontMappingCollection(other: Asset)

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

Parameters

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

UIFontMappingCollection

UIFontMappingCollection(other: DataContainer)

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

Parameters

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

Properties

fonts

UIFontMapping[]

textDatabase

UITextDatabase[]

Static members

typeInfo

TypeInformation

The type information for the UIFontMappingCollection type.

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