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

Search Results for

    Class AlternateSpellAssets

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

    Properties

    | Improve this Doc View Source

    AfterEffectKey

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

    AfterEffectName

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

    AnimationLeadOutName

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

    AnimationLoopName

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

    AnimationName

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

    AnimationWinddownName

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

    HaveHitBone

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

    HaveHitEffect

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

    HitBoneName

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

    HitEffectKey

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

    HitEffectName

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

    HitEffectOrientType

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

    HitEffectPlayerKey

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

    HitEffectPlayerName

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

    UseAnimatorFramerate

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

    Implements

    IMetaClass