Exemple #1
0
 /// <summary>
 /// Event called when the user stop clicking on something
 /// </summary>
 /// <param name="stopClickingEvent">The event raised when an object was unclicked</param>
 private void CheckUnclickedObject(OnVRClickerStopClicking stopClickingEvent)
 {
     CheckStopFillingSlider(stopClickingEvent.RaycastOrigin);
 }