disconnect method
Implementation
WebXRController disconnect(inputSource ) {
dispatchEvent(Event(type: 'disconnected', data: inputSource));
_targetRay?.visible = false;
_grip?.visible = false;
_hand?.visible = false;
return this;
}
WebXRController disconnect(inputSource ) {
dispatchEvent(Event(type: 'disconnected', data: inputSource));
_targetRay?.visible = false;
_grip?.visible = false;
_hand?.visible = false;
return this;
}