UIOnDemandFontComponentData
Inherits from UIComponentData
Summary
Constructors
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
Static members
typeInfo
The type information for the UIOnDemandFontComponentData type.