Add teleportTo method and reset interaction system in runtime host
This commit is contained in:
@@ -119,6 +119,7 @@ export class RuntimeHost {
|
||||
}
|
||||
|
||||
this.activeController?.deactivate(this.controllerContext);
|
||||
this.interactionSystem.reset();
|
||||
this.activeController = nextController;
|
||||
this.activeController.activate(this.controllerContext);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user