ChipmunkBody
.position var position : Vector2
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.