Method OnLinkedToBody
OnLinkedToBody(XRMovableBody)
Called after the given body links this manipulator to it. The implementation should ensure that
linkedBody points to body after this method is called.
Declaration
void OnLinkedToBody(XRMovableBody body)
Parameters
| Type | Name | Description |
|---|---|---|
| XRMovableBody | body | The body linked with this manipulator. |