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

Search Results for

    Class UiElementData

    Inheritance
    System.Object
    UiElementIData
    UiElementData
    UiElementAssetData
    UiElementParticleSystemData
    UiElementRegionData
    UiElementScissorRegionData
    UiElementTextData
    Implements
    IMetaClass
    Inherited Members
    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 abstract class UiElementData : UiElementIData, IMetaClass

    Properties

    | Improve this Doc View Source

    BlockInputEvents

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

    DragType

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

    Enabled

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

    Layer

    Declaration
    public uint Layer { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    Position

    Declaration
    public UiPositionBase Position { get; set; }
    Property Value
    Type Description
    UiPositionBase

    Implements

    IMetaClass