Enum CameraChange
Flags representing the changes made to a camera.
Namespace: Gorgon.Renderers.Cameras
Assembly: Gorgon.Graphics.Core.dll
Syntax
[Flags]
public enum CameraChange
Fields
Name | Description |
---|---|
All | All items have changed. |
None | No changes. |
Position | The position of the camera was changed. |
Projection | The projection matrix needs refreshing. |
Rotation | The rotation of the camera was changed. |
Scale | The scale of the camera was changed. |
View | The view matrix needs refreshing. |