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