static function UpdatedTransform(root : GameObject) : void
root | The root GameObject in the hierarchy to update. |
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.