Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    CameraCullingMode Enum

    Namespace: Stride.Rendering
    Assembly: Stride.Rendering.dll

    Culling mode of a RenderView.

    public enum CameraCullingMode

    Fields

    Name Description
    Frustum

    Meshes outside of the camera's view frustum will be culled.

    None

    No culling is applied to meshes.

    Extension Methods

    ComponentBaseExtensions.DisposeBy<CameraCullingMode>(ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<CameraCullingMode>(ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation