UICameraCompData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UICameraCompData.typeInfo TypeInformation

Constructors

UICameraCompData

UICameraCompData()

Creates a new UICameraCompData frostbite instance.

UICameraCompData

UICameraCompData(guid: Guid)

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

Parameters

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

UICameraCompData

UICameraCompData(other: UIComponentData)

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

Parameters

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

UICameraCompData

UICameraCompData(other: Asset)

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

Parameters

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

UICameraCompData

UICameraCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UICameraCompData type.

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