UIBattleLogCompData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UIBattleLogCompData.typeInfo TypeInformation

Constructors

UIBattleLogCompData

UIBattleLogCompData()

Creates a new UIBattleLogCompData frostbite instance.

UIBattleLogCompData

UIBattleLogCompData(guid: Guid)

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

Parameters

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

UIBattleLogCompData

UIBattleLogCompData(other: UIComponentData)

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

Parameters

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

UIBattleLogCompData

UIBattleLogCompData(other: Asset)

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

Parameters

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

UIBattleLogCompData

UIBattleLogCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UIBattleLogCompData type.

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