Chipmunk2D Unity Documentation | Main Page | Forum

Manual

Tutorials

API

Classes

Structs

Enumerations

ChipmunkBody.position

var position : Vector2

Description

Position of the rigid body.

Setting the position of a rigid body sets the position of its transform. However, setting the position of the transform a rigid body is attached to doesn't move the rigid body. Unity doesn't expose any APIs to be notified of transform changes.