Search Results for

    Show / Hide Table of Contents

    Enum RenderObjectInfo.CullingTypes

    Culling type is used with the culling system to choose which objects will be drawn.

    Namespace: Evergine.Framework.Graphics
    Assembly: Evergine.Framework.dll
    Syntax
    public enum RenderObjectInfo.CullingTypes

    Fields

    Name Description
    CameraFrustum

    The object will be drawn whether the object is inside the camera frustum (Default).

    ObjectContained

    The object will be drawn whether the camera is inside the object's bounding box (PostProcessing).

    Extension Methods

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