C# Class AeonEngineMono.Scene.OrthographicCamera

Inheritance: Camera
Datei anzeigen Open project: aeon-engine/aeon-engine

Private Methods

Method Description
OrthographicCamera ( float left, float right, float bottom, float top, float near, float far, string name = "" ) : System.Runtime.CompilerServices
OrthographicCamera ( float left, float right, float bottom, float top, string name = "" ) : System.Runtime.CompilerServices
OrthographicCamera ( int left, int right, int bottom, int top, float near, float far, string name = "" ) : System.Runtime.CompilerServices
OrthographicCamera ( int left, int right, int bottom, int top, string name = "" ) : System.Runtime.CompilerServices