UIOnDemandFontComponentData

Inherits from UIComponentData

Summary

Constructors

UIOnDemandFontComponentData()
UIOnDemandFontComponentData(guid: Guid)
UIOnDemandFontComponentData(other: UIComponentData)
UIOnDemandFontComponentData(other: Asset)
UIOnDemandFontComponentData(other: DataContainer)

Properties

Name Type
fontCollections UIFontCollection[]

Static members

Name Type
UIOnDemandFontComponentData.typeInfo TypeInformation

Constructors

UIOnDemandFontComponentData

UIOnDemandFontComponentData()

Creates a new UIOnDemandFontComponentData frostbite instance.

UIOnDemandFontComponentData

UIOnDemandFontComponentData(guid: Guid)

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

Parameters

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

UIOnDemandFontComponentData

UIOnDemandFontComponentData(other: UIComponentData)

Casts an instance of type UIComponentData to UIOnDemandFontComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UIComponentData The instance to cast to UIOnDemandFontComponentData.

UIOnDemandFontComponentData

UIOnDemandFontComponentData(other: Asset)

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

Parameters

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

UIOnDemandFontComponentData

UIOnDemandFontComponentData(other: DataContainer)

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

Parameters

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

Properties

fontCollections

UIFontCollection[]

Static members

typeInfo

TypeInformation

The type information for the UIOnDemandFontComponentData type.

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