Enum CameraType
Camera projection type
Namespace: Unity.Cloud.Gltfast.Objects
Assembly: Unity.Cloud.Gltfast.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter<CameraType>))]
public enum CameraType
Fields
| Name | Description |
|---|---|
| Orthographic | Orthogonal projection |
| Perspective | Perspective projection |
| Undefined | Undefined |