Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


alwaysDrawWorlds

Get if worlds are always drawn independent of whether rendering is currently active or not as specified by _renderingMode. When true, world drawing is always active and a PhysicsEvents.WorldDrawResults event is produced containing the PhysicsWorld.DrawResults. When false, world drawing only occurs depending on the _renderingMode setting. This can be controlled via _alwaysDrawWorlds.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Property
  • Namespace: Unity.U2D.Physics
  • Assembly: UnityEngine.PhysicsCore2DModule
public static bool alwaysDrawWorlds { get; }