Class TftAugmentDisplayData
Inheritance
System.Object
TftAugmentDisplayData
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 TftAugmentDisplayData : IMetaClass
Properties
| Improve this Doc View SourceAugmentButton
Declaration
public MetaHash AugmentButton { get; set; }
Property Value
Type | Description |
---|---|
MetaHash |
Icon
Declaration
public MetaHash Icon { get; set; }
Property Value
Type | Description |
---|---|
MetaHash |
Placeholder
Declaration
public MetaHash Placeholder { get; set; }
Property Value
Type | Description |
---|---|
MetaHash |
Texts
Declaration
public MetaContainer<MetaHash> Texts { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<MetaHash> |
Type
Declaration
public byte Type { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |