defaultPhysicsScene
The PhysicsScene2D automatically created when Unity starts.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.Physics2DModule
public static PhysicsScene2D defaultPhysicsScene { get; }
Remarks
A default PhysicsScene2D is automatically created when Unity starts. It is used by any Scene that does not request a local 2D physics Scene.