private void OnTouchWindowOfWeather(WindowOfWeather window) { if (!window.isOpen) { VRCPDemoRPCFunctionTable.BoardcastOpenWindowEvent(); openWindowTriggerCounter.val++; } }
private void OnTouchIVBottle(IVBottle bottle) { if (!bottle.isOnGrab) { bottle.isOnGrab = true; bottle.transform.SetParent(transform); bottle.transform.localPosition = Vector3.zero; VRCPDemoRPCFunctionTable.BoardcastGrabIVEvent(attachedEntity.sceneUID, bottle.id); } }
protected override void ProcessRemoteCall(RPCMessageBody message) { VRCPDemoRPCFunctionTable.ProcessRemoteCall(message); }