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

Search Results for

    Class TftCutsceneCamLerpClip

    Inheritance
    System.Object
    TftCutsceneEntry
    TftCutsceneClip
    TftCutsceneCamLerpClip
    Implements
    IMetaClass
    Inherited Members
    TftCutsceneClip.Duration
    TftCutsceneEntry.Priority
    TftCutsceneEntry.TriggerTime
    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 TftCutsceneCamLerpClip : TftCutsceneClip, IMetaClass

    Properties

    | Improve this Doc View Source

    AssociatedPlayer

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

    BlackboardCameraBone

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

    BlackboardFovBone

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

    EasingType

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

    FarClipPlane

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

    NearClipPlane

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

    OverrideFov

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

    ViewType

    Declaration
    public uint ViewType { get; set; }
    Property Value
    Type Description
    System.UInt32

    Implements

    IMetaClass