Manual:

Tutorials:

API:

Chipmunk.UpdatedTransform()

static function UpdatedTransform(root : GameObject) : void

Parameters:


rootThe root GameObject in the hierarchy to update.

Description

Let Chipmunk know that you updated at Unity transform.

Unity doesn't provide notification events for when a transform is modified. Unfortunately that means that you need to call this to let Chipmunk know when you modify a transform.