Class FloatTextIconData
Inheritance
System.Object
FloatTextIconData
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 FloatTextIconData : IMetaClass
Properties
| Improve this Doc View SourceAlignment
Declaration
public uint Alignment { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Color
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color |
DisplaySize
Declaration
public Vector2 DisplaySize { get; set; }
Property Value
Type | Description |
---|---|
System.Numerics.Vector2 |
IconFileName
Declaration
public string IconFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Offset
Declaration
public Vector2 Offset { get; set; }
Property Value
Type | Description |
---|---|
System.Numerics.Vector2 |