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

Search Results for

    Class UiElementEffectAnimationData

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

    Properties

    | Improve this Doc View Source

    FinishBehavior

    Declaration
    public byte FinishBehavior { get; set; }
    Property Value
    Type Description
    System.Byte
    | 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

    FramesPerSecond

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

    NumberOfFramesPerRowInAtlas

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

    PerPixelUvsX

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

    TextureData

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

    TotalNumberOfFrames

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

    Implements

    IMetaClass