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