Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PhysicsWorld.RenderingMode

Controls drawing and rendering is allowed. NOTE: Drawing and rendering are always available in the Unity Editor however rendering requires compute buffer support on any device it is used without which no rendering will occur.
Read time 1 minuteLast updated 7 days ago

Definition

public enum PhysicsWorld.RenderingMode

Fields

Value

Description

AnyPlayerDrawing and rendering is available in the Editor and any player build.
DevelopmentPlayerDrawing and rendering is available in both the Editor and a Development player build.
EditorOnlyDrawing and rendering is only available in the Editor and not in a player build.