UIManagePlayersCompData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UIManagePlayersCompData.typeInfo TypeInformation

Constructors

UIManagePlayersCompData

UIManagePlayersCompData()

Creates a new UIManagePlayersCompData frostbite instance.

UIManagePlayersCompData

UIManagePlayersCompData(guid: Guid)

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

Parameters

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

UIManagePlayersCompData

UIManagePlayersCompData(other: UIComponentData)

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

Parameters

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

UIManagePlayersCompData

UIManagePlayersCompData(other: Asset)

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

Parameters

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

UIManagePlayersCompData

UIManagePlayersCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UIManagePlayersCompData type.

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