Search Results for

    Show / Hide Table of Contents

    Enum CameraProjectionType

    The projection type used by the camera.

    Namespace: Evergine.Framework.Graphics
    Assembly: Evergine.Framework.dll
    Syntax
    public enum CameraProjectionType

    Fields

    Name Description
    Orthographic

    The camera uses orthographic projection.

    Perspective

    The camera uses perspective projection.

    Extension Methods

    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX