Skip to content
Lili edited this page Jul 5, 2026 · 5 revisions

CAMERA

Class Camera() :

  • Transform Camera.transform : Transform attached to the Camera (the default Camera Transform's name is "Main Camera")
  • Float Camera.zoom : zoom, must be a strictly positive float (default value = 1)

The built-in Camera is accessible via MainCamera.

Clone this wiki locally