| Parameter | Description |
|---|---|
| transform | The transform to watch for changes. |
| callback | The callback to perform when a transform change is detected. |
Register a transform watcher to call the specified callback when a transform changes.
See TransformChangeEvent for the types of transform changes that are watched for.
You MUST unregister this when no longer needed with PhysicsWorld.UnregisterTransformChange otherwise you will receive warnings.