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

Search Results for

    Class MapFrustum

    Inheritance
    System.Object
    MapPlaceableBase
    MapPlaceable
    MapFrustum
    MapProjectedTexture
    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 MapFrustum : MapPlaceable, IMetaClass

    Properties

    | Improve this Doc View Source

    Aspect

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

    Far

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

    Fov

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

    Near

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

    Orthographic

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

    OrthoHeight

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

    Implements

    IMetaClass