| | |
| | | {
|
| | | m_PropertyName.text = GetPropertyName(_property);
|
| | | m_PropertyValue.text = StringUtility.Contact("+",
|
| | | PlayerPropertyConfig.GetValueDescription(_property, _value, 2, false));
|
| | | PlayerPropertyConfig.GetValueDescription(_property, _value, false));
|
| | | }
|
| | |
|
| | | string GetPropertyName(int property)
|
| | |
| | |
|
| | | string GetValueLabel(int _property, int _value)
|
| | | {
|
| | | var decimalCount = UIHelper.GetPropertyDecimalCount(_property);
|
| | | return PlayerPropertyConfig.GetValueDescription(_property, _value, decimalCount, true);
|
| | | return PlayerPropertyConfig.GetValueDescription(_property, _value, true);
|
| | | }
|
| | |
|
| | | public void SetColor(TextColType colorType, bool bright)
|