Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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. See PhysicsWorld.RenderingMode.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Property
  • Namespace: Unity.U2D.Physics
  • Assembly: UnityEngine.PhysicsCore2DModule
public PhysicsWorld.RenderingMode renderingMode { get; set; }