Class CameraBase
A camera’s projection
Inherited Members
Namespace: GLTFast.Schema
Assembly: solution.dll
Syntax
[Serializable]
public abstract class CameraBase : NamedObject
Fields
| Name | Description |
|---|---|
| type | Camera projection type |
Properties
| Name | Description |
|---|---|
| Orthographic | An orthographic camera containing properties to create an orthographic projection matrix. |
| Perspective | An orthographic camera containing properties to create an orthographic projection matrix. |
Methods
| Name | Description |
|---|---|
| GetCameraType() | CameraBase.Type typed and cached getter onto type string. |
| SetCameraType(Type) | CameraBase.Type typed setter for type string. |