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

Search Results for

    Class UiElementEffectLineData

    Inheritance
    System.Object
    UiElementIData
    UiElementData
    UiElementAssetData
    UiElementEffectData
    UiElementEffectLineData
    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 UiElementEffectLineData : UiElementEffectData, IMetaClass

    Properties

    | Improve this Doc View Source

    RightSlicePercentage

    Declaration
    public float RightSlicePercentage { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    TextureData

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

    Thickness

    Declaration
    public float Thickness { get; set; }
    Property Value
    Type Description
    System.Single

    Implements

    IMetaClass