CreateBody
Create a body using the PhysicsBodyDefinition.defaultDefinition in the world. See PhysicsBody.Create.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEngine.LowLevelPhysics2D
- Assembly: UnityEngine.Physics2DModule
CreateBody()
Create a body using the PhysicsBodyDefinition.defaultDefinition in the world. See PhysicsBody.Create.
public PhysicsBody CreateBody()
Returns
Type | Description |
|---|---|
| PhysicsBody | The created body. |
CreateBody(PhysicsBodyDefinition)
Create a body in the world. See PhysicsBody.Create.
public PhysicsBody CreateBody(PhysicsBodyDefinition definition)
Parameters
The body definition to use.
Returns
Type | Description |
|---|---|
| PhysicsBody | The created body. |