Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 603 Bytes

view-flags.md

File metadata and controls

15 lines (9 loc) · 603 Bytes

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;