Enum CameraCullingMode | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Enum CameraCullingMode

    List of options for interpreting a camera's culling mask. These are used by the Camera2D component.

    Namespace: Unity.Tiny.Core2D
    Syntax
    public enum CameraCullingMode

    Fields

    Name Description
    All

    Renders only entities that have all of their components in cullingMask.

    Any

    Renders only entities that have at least one of their components in cullingMask. This is similar to how Unity's cullingMask works.

    NoCulling

    Renders every renderable entity. Nothing is culled.

    None

    Renders all entities except for those that have the components in cullingMask set.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023