public class OrthographicCamera extends Camera
aspect, fov, projection, zFar, zNeardestroy, engine, name, NAME_UNTITLED_ENTITY, parent| Constructor and Description |
|---|
OrthographicCamera() |
OrthographicCamera(Dimension screen) |
OrthographicCamera(float aspect) |
OrthographicCamera(float left,
float right,
float bottom,
float top,
float near,
float far) |
bindAsMain, getAspect, getFov, getView, getViewProjection, getZFar, getZNear, onWindowChange, removed, setAspect, setEngine, setFov, setMatrix, setProjection, setzFar, setzNearattached, boxed, canEqual, destroy, destroy, equals, getEngine, getName, getParent, getTransform, hashCode, isDestroy, render, setDestroy, setName, setParent, shouldBeDestroyed, toString, updatepublic OrthographicCamera()
public OrthographicCamera(Dimension screen)
public OrthographicCamera(float aspect)
public OrthographicCamera(float left,
float right,
float bottom,
float top,
float near,
float far)
Copyright © 2015. All rights reserved.