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

Search Results for

    Class ConformToPathEventData

    Inheritance
    System.Object
    BaseEventData
    ConformToPathEventData
    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 ConformToPathEventData : BaseEventData, IMetaClass

    Properties

    | Improve this Doc View Source

    BlendInTime

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

    BlendOutTime

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

    MaskDataName

    Declaration
    public MetaHash MaskDataName { get; set; }
    Property Value
    Type Description
    MetaHash

    Implements

    IMetaClass