Class GameFontDescription
Inheritance
System.Object
GameFontDescription
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()
Assembly: LeagueToolkit.Meta.Classes.dll
public class GameFontDescription : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public Color Color { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaOptional<Color> ColorblindColor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaOptional<Color> ColorblindGlowColor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaOptional<Color> ColorblindOutlineColor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaOptional<Color> ColorblindSelectionBoxColor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaOptional<Color> ColorblindShadowColor { get; set; }
Property Value
|
Improve this Doc
View Source
FillTextureName
Declaration
public string FillTextureName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public Color GlowColor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public Color OutlineColor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink ResolutionData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Color SelectionBoxColor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Color ShadowColor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink TypeData { get; set; }
Property Value
Implements