Enum CameraProjection
Projection type for the camera
Namespace: Unity.Cloud.Collaboration.Models.Abstractions
Assembly: Unity.Cloud.Collaboration.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
public enum CameraProjection
Fields
| Name | Description |
|---|---|
| Orthographic | Enum Orthographic for value: orthographic |
| Perspective | Enum Perspective for value: perspective |