OptionalconstrainOptionalcustomParameters for the CustomProjection at Camera.customProjection.
Optional InternaldeviceOptionaleyeThe 3D position of the Camera's viewpoint.
Default value is [0, 0, -10].
OptionalfrustumParameters for the FrustumProjection at Camera.frutsumProjection.
OptionalgimbalWhether to lock the Camera's yaw rotation to pivot about the World-space "up" axis.
Default value is true.
OptionallookThe 3D point that the Camera is looking at.
Default value is [0, 0, 0].
OptionalorthoParameters for the OrthoProjection at Camera.orthoProjection.
OptionalperspectiveParameters for the PerspectiveProjection at Camera.perspectiveProjection.
OptionalprojectionThe Camera's active projection type.
Possible values are PerspectiveProjectionType, OrthoProjectionType, FrustumProjectionType and CustomProjectionType.
Default value is PerspectiveProjectionType.
Optionalup3D vector indicating the Camera's upwards direction.
Default value is [0, 1, 0].
OptionalworldThe up, right and forward axis of the Camera's World coordinate system.
Has format: [rightX, rightY, rightZ, upX, upY, upZ, forwardX, forwardY, forwardZ].
Default value is [1, 0, 0, 0, 1, 0, 0, 0, 1].
Parameters for a Camera.