Class MapFrustum
Implements
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 MapFrustum : MapPlaceable, IMetaClass
Properties
| Improve this Doc View SourceAspect
Declaration
public float Aspect { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Far
Declaration
public float Far { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Fov
Declaration
public float Fov { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Near
Declaration
public float Near { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Orthographic
Declaration
public bool Orthographic { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OrthoHeight
Declaration
public float OrthoHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Single |