docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method AggregateCullingParameters

    AggregateCullingParameters(ref ScriptableCullingParameters, HDCamera)

    Use this method if you want to draw objects that are not visible in the camera. For example if you disable a layer in the camera and add it in the culling parameters, then the culling result will contains your layer.

    Declaration
    protected virtual void AggregateCullingParameters(ref ScriptableCullingParameters cullingParameters, HDCamera hdCamera)
    Parameters
    Type Name Description
    ScriptableCullingParameters cullingParameters

    Aggregate the parameters in this property (use |= for masks fields, etc.)

    HDCamera hdCamera

    The camera where the culling is being done

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)