Table of Contents

Enum CameraProjectionMode

Namespace
Stride.Engine.Processors
Assembly
Stride.Engine.dll

Projection of a CameraComponent.

[DataContract("CameraProjectionMode")]
public enum CameraProjectionMode

Fields

Orthographic = 1

An orthographic projection.

Perspective = 0

A perspective projection.