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

Search Results for

    Class MapCamera

    Inheritance
    System.Object
    MapPlaceableBase
    MapPlaceable
    MapCamera
    Implements
    IMetaClass
    Inherited Members
    MapPlaceable.Name
    MapPlaceable.VisibilityFlags
    MapPlaceableBase.Transform
    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 MapCamera : MapPlaceable, IMetaClass

    Properties

    | Improve this Doc View Source

    FieldOfView

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

    MaxArmLength

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

    MinArmLength

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

    Pitch

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

    Yaw

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

    Implements

    IMetaClass