UILocalizeCompData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UILocalizeCompData.typeInfo TypeInformation

Constructors

UILocalizeCompData

UILocalizeCompData()

Creates a new UILocalizeCompData frostbite instance.

UILocalizeCompData

UILocalizeCompData(guid: Guid)

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

Parameters

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

UILocalizeCompData

UILocalizeCompData(other: UIComponentData)

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

Parameters

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

UILocalizeCompData

UILocalizeCompData(other: Asset)

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

Parameters

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

UILocalizeCompData

UILocalizeCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UILocalizeCompData type.

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