Gorgon
Show / Hide Table of Contents

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.

Extension Methods

GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author