Class UiUnitStatusData
Inheritance
System.Object
UiUnitStatusData
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LeagueToolkit.Meta.Classes
Assembly: LeagueToolkit.Meta.Classes.dll
Syntax
public class UiUnitStatusData : IMetaClass
Properties
| Improve this Doc View SourceCenterJustifyStatusIconAndText
Declaration
public bool CenterJustifyStatusIconAndText { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NameText
Declaration
public MetaHash NameText { get; set; }
Property Value
Type | Description |
---|---|
MetaHash |
StatusDurationBarData
Declaration
public UiUnitStatusDurationBarData StatusDurationBarData { get; set; }
Property Value
Type | Description |
---|---|
UiUnitStatusDurationBarData |
StatusIcon
Declaration
public MetaHash StatusIcon { get; set; }
Property Value
Type | Description |
---|---|
MetaHash |
StatusText
Declaration
public MetaHash StatusText { get; set; }
Property Value
Type | Description |
---|---|
MetaHash |