Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CreateBody

Create a body using the PhysicsBodyDefinition.defaultDefinition in the world. See PhysicsBody.Create.
Read time 1 minuteLast updated 13 days ago

Definition

CreateBody()

Create a body using the PhysicsBodyDefinition.defaultDefinition in the world. See PhysicsBody.Create.
public PhysicsBody CreateBody()

Returns

Type

Description

PhysicsBodyThe 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

PhysicsBodyThe created body.