Search Results for

    Show / Hide Table of Contents

    View Flags

    View Flags are used to enable or disable various rendering features. This can be useful when debugging the graphics or when tweaking the graphics rendering for the game.

    Every viewport in Editor has options to configure its rendering flags using View -> View Flags as shown on the picture below.

    View Flags

    The full list of options and the documentation is available here.

    You can also adjust those options from code:

    MainRenderTask.Instance.View.Flags |= ViewFlags.PhysicsDebug;
    
    • Improve this Doc
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat