PlayCanvasSceneCreator 1.0.9
Loading...
Searching...
No Matches
Playcanvas.Properties.Camera Class Reference

Public Attributes

int projection = 0
 
See also
UnityProperties.UnityEngine.Camera.orthographic

 
float farClip
 
See also
UnityProperties.UnityEngine.Camera.farClipPlane

 
float[] clearColor
 
See also
UnityProperties.UnityEngine.Camera.backgroundColor

 
float fov
 
See also
UnityProperties.UnityEngine.Camera.fieldOfView

 
bool enabled
 
See also
UnityProperties.UnityEngine.Camera.enabled

 
float orthoHeight
 
See also
UnityProperties.UnityEngine.Camera.orthographicSize

 
float nearClip
 
See also
UnityProperties.UnityEngine.Camera.nearClipPlane

 
float[] rect
 
See also
UnityProperties.UnityEngine.Camera.rect

 
int[] layers = new int[] { 0, 1, 2, 3, 4 }
 
See also
UnityProperties.UnityEngine.Camera.cullingMask

 

Detailed Description

Member Data Documentation

◆ projection

int Playcanvas.Properties.Camera.projection = 0

See also
UnityProperties.UnityEngine.Camera.orthographic

0 is perspective: 1 is orthographic