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