UIManualCompData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UIManualCompData.typeInfo TypeInformation

Constructors

UIManualCompData

UIManualCompData()

Creates a new UIManualCompData frostbite instance.

UIManualCompData

UIManualCompData(guid: Guid)

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

Parameters

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

UIManualCompData

UIManualCompData(other: UIComponentData)

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

Parameters

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

UIManualCompData

UIManualCompData(other: Asset)

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

Parameters

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

UIManualCompData

UIManualCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UIManualCompData type.

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