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

Search Results for

    Class BaseEventData

    Inheritance
    System.Object
    BaseEventData
    ConformToPathEventData
    EnableLookAtEventData
    FaceTargetEventData
    FadeEventData
    IdleParticlesVisibilityEventData
    JointOrientationEventData
    JointSnapEventData
    LockRootOrientationEventData
    ParticleEventData
    SoundEventData
    SpringPhysicsEventData
    StateLogicEventData
    StopAnimationEventData
    SubmeshVisibilityEventData
    SyncedAnimationEventData
    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 BaseEventData : IMetaClass

    Properties

    | Improve this Doc View Source

    EndFrame

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

    FireIfAnimationEndsEarly

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

    IsSelfOnly

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

    Name

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

    StartFrame

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

    Implements

    IMetaClass