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

Search Results for

    Class JointSnapEventData

    Inheritance
    System.Object
    BaseEventData
    JointSnapEventData
    Implements
    IMetaClass
    Inherited Members
    BaseEventData.Name
    BaseEventData.StartFrame
    BaseEventData.IsSelfOnly
    BaseEventData.FireIfAnimationEndsEarly
    BaseEventData.EndFrame
    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 JointSnapEventData : BaseEventData, IMetaClass

    Properties

    | Improve this Doc View Source

    JointNameToOverride

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

    JointNameToSnapTo

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

    Offset

    Declaration
    public Vector3 Offset { get; set; }
    Property Value
    Type Description
    System.Numerics.Vector3

    Implements

    IMetaClass