Camera

sealed
trait Camera

Parent type of camera instances. Cameras are used to look around your games graphics / levels / scenes.

Companion
object
class Object
trait Matchable
class Any
class Fixed
class LookAt

Value members

Abstract methods

def isLookAt: Boolean
def rotateBy(angle: Radians): Camera
def rotateTo(angle: Radians): Camera
def withRotation(newRotation: Radians): Camera
def withZoom(newZoom: Zoom): Camera
def zoom: Zoom