Configuring Physics Core 2D API scenes
Configure 2D physics objects and global settings, and attach custom data to physics objects.
Read time 1 minuteLast updated 13 days ago
Configure properties such as gravity, friction, position, and shape on a world, body, or shape using the Physics Core 2D API.
Topic | Description |
|---|---|
| Configure objects with definitions | Create a definition object to configure properties such as gravity, friction, position, and shape. |
| Configure global Physics Core 2D API settings | To configure layers, default definition values, and global settings, create and assign a Physics Core Settings 2D asset. |
| Attach custom data to objects | Attach values and physics masks to physics objects so you can fetch them later. |