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

Search Results for

    Class UiElementIconData

    Inheritance
    System.Object
    UiElementIData
    UiElementData
    UiElementAssetData
    UiElementIconData
    Implements
    IMetaClass
    Inherited Members
    UiElementData.Enabled
    UiElementData.Layer
    UiElementData.DragType
    UiElementData.Position
    UiElementData.BlockInputEvents
    UiElementIData.Scene
    UiElementIData.Name
    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 UiElementIconData : UiElementAssetData, IMetaClass

    Properties

    | Improve this Doc View Source

    Color

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

    Extension

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

    FlipX

    Declaration
    public bool FlipX { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    FlipY

    Declaration
    public bool FlipY { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Material

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

    PerPixelUvsX

    Declaration
    public bool PerPixelUvsX { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    PerPixelUvsY

    Declaration
    public bool PerPixelUvsY { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    TextureData

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

    UseAlpha

    Declaration
    public bool UseAlpha { get; set; }
    Property Value
    Type Description
    System.Boolean

    Implements

    IMetaClass