UILeaderboardCompData
Inherits from UIComponentData
Summary
Constructors
UILeaderboardCompData() |
UILeaderboardCompData(guid: Guid) |
UILeaderboardCompData(other: UIComponentData) |
UILeaderboardCompData(other: Asset) |
UILeaderboardCompData(other: DataContainer) |
Static members
Name | Type |
---|---|
UILeaderboardCompData.typeInfo | TypeInformation |
Constructors
UILeaderboardCompData
UILeaderboardCompData()
Creates a new UILeaderboardCompData frostbite instance.
UILeaderboardCompData
UILeaderboardCompData(guid: Guid)
Creates a new UILeaderboardCompData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
UILeaderboardCompData
UILeaderboardCompData(other: UIComponentData)
Casts an instance of type UIComponentData to UILeaderboardCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | UIComponentData | The instance to cast to UILeaderboardCompData. |
UILeaderboardCompData
UILeaderboardCompData(other: Asset)
Casts an instance of type Asset to UILeaderboardCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to UILeaderboardCompData. |
UILeaderboardCompData
UILeaderboardCompData(other: DataContainer)
Casts an instance of type DataContainer to UILeaderboardCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to UILeaderboardCompData. |
Static members
typeInfo
The type information for the UILeaderboardCompData type.