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

Search Results for

    Class FaceTargetEventData

    Inheritance
    System.Object
    BaseEventData
    FaceTargetEventData
    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 FaceTargetEventData : 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

    FaceTarget

    Declaration
    public byte FaceTarget { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    YRotationDegrees

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

    Implements

    IMetaClass