UILifeCounterCompData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UILifeCounterCompData.typeInfo TypeInformation

Constructors

UILifeCounterCompData

UILifeCounterCompData()

Creates a new UILifeCounterCompData frostbite instance.

UILifeCounterCompData

UILifeCounterCompData(guid: Guid)

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

Parameters

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

UILifeCounterCompData

UILifeCounterCompData(other: UIComponentData)

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

Parameters

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

UILifeCounterCompData

UILifeCounterCompData(other: Asset)

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

Parameters

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

UILifeCounterCompData

UILifeCounterCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UILifeCounterCompData type.

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