Search Results for

    Show / Hide Table of Contents

    Class CullingResult

    Culling system results.

    Inheritance
    object
    CullingResult
    Namespace: Evergine.Framework.Graphics
    Assembly: Evergine.Framework.dll
    Syntax
    public class CullingResult

    Fields

    VisibleLights

    The lights that are visible after the culling test.

    Declaration
    public List<Light> VisibleLights
    Field Value
    Type Description
    List<Light>

    VisibleMeshes

    The drawables that are visible after the culling test.

    Declaration
    public RenderObjectSource VisibleMeshes
    Field Value
    Type Description
    RenderObjectSource

    Methods

    Reset()

    Resets the culling result state.

    Declaration
    public void Reset()

    Extension Methods

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