League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class TextureAndColorData

    Inheritance
    System.Object
    TextureAndColorData
    Implements
    IMetaClass
    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 TextureAndColorData : IMetaClass

    Properties

    | Improve this Doc View Source

    Color

    Declaration
    public Color Color { get; set; }
    Property Value
    Type Description
    Color
    | Improve this Doc View Source

    ColorblindColor

    Declaration
    public MetaOptional<Color> ColorblindColor { get; set; }
    Property Value
    Type Description
    MetaOptional<Color>
    | Improve this Doc View Source

    ColorblindTextureFile

    Declaration
    public string ColorblindTextureFile { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TextureFile

    Declaration
    public string TextureFile { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    IMetaClass