docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum OcclusionTest

    The type of occlusion test

    Namespace: UnityEngine.Rendering
    Assembly: Unity.RenderPipelines.GPUDriven.Runtime.dll
    Syntax
    public enum OcclusionTest

    Fields

    Name Description
    None

    No occlusion test, all instances are visible.

    TestAll

    Test all instances against the latest occluders.

    TestCulled

    Only test the culled objects from the previous pass.

    Extension Methods

    AnalyticsUtils.ToNestedColumnWithDefault<OcclusionTest>(OcclusionTest, OcclusionTest, bool)
    AnalyticsUtils.ToNestedColumn<OcclusionTest>(OcclusionTest, bool)
    AnalyticsUtils.ToNestedColumn<OcclusionTest>(OcclusionTest, OcclusionTest)
    OcclusionTestMethods.GetBatchLayerMask(OcclusionTest)
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)