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