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

Search Results for

    Class CameraConfig

    Inheritance
    System.Object
    CameraConfig
    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 CameraConfig : IMetaClass

    Properties

    | Improve this Doc View Source

    AccelerationTimeKeyboard

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

    AccelerationTimeMouse

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

    DecelerationTimeKeyboard

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

    DecelerationTimeMouse

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

    DragMomentumDecay

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

    DragMomentumRecencyWeight

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

    DragScale

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

    ElasticClampTrapezoid

    Declaration
    public MetaEmbedded<CameraTrapezoid> ElasticClampTrapezoid { get; set; }
    Property Value
    Type Description
    MetaEmbedded<CameraTrapezoid>
    | Improve this Doc View Source

    ElasticDeadZoneTrapezoid

    Declaration
    public MetaEmbedded<CameraTrapezoid> ElasticDeadZoneTrapezoid { get; set; }
    Property Value
    Type Description
    MetaEmbedded<CameraTrapezoid>
    | Improve this Doc View Source

    ElasticLockAcceleration

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

    GetPocClampBufferTrapezoid

    Declaration
    public MetaEmbedded<CameraTrapezoid> GetPocClampBufferTrapezoid { get; set; }
    Property Value
    Type Description
    MetaEmbedded<CameraTrapezoid>
    | Improve this Doc View Source

    GetPocClampTrapezoid

    Declaration
    public MetaEmbedded<CameraTrapezoid> GetPocClampTrapezoid { get; set; }
    Property Value
    Type Description
    MetaEmbedded<CameraTrapezoid>
    | Improve this Doc View Source

    GetPocLockAcceleration

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

    HighHeight

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

    LockedCameraEasingDistance

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

    MediumHeight

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

    SemiLockTrapezoid

    Declaration
    public MetaEmbedded<CameraTrapezoid> SemiLockTrapezoid { get; set; }
    Property Value
    Type Description
    MetaEmbedded<CameraTrapezoid>
    | Improve this Doc View Source

    TopdownZoom

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

    TransitionDurationIntoCinematicMode

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

    ZoomEaseTime

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

    ZoomMaxDistance

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

    ZoomMinDistance

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

    ZoomMinSpeed

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

    Implements

    IMetaClass