Пример #1
0
 void OnBlobRemoved(object sender, UnityTuioEventProcessor.TuioEventBlobArgs e)
 {
     RemovePlayer(e.tuioBlob.SessionID);
 }
Пример #2
0
 void OnBlobUpdated(object sender, UnityTuioEventProcessor.TuioEventBlobArgs e)
 {
     UpdatePlayerPosition(e.tuioBlob);
 }
Пример #3
0
 void OnBlobAdded(object sender, UnityTuioEventProcessor.TuioEventBlobArgs e)
 {
     AddPlayer(e.tuioBlob.SessionID, UnityTuioManager.GetScreenPositionFromRelativePosition(e.tuioBlob.Position));
 }
Пример #4
0
 void OnBlobAdded(object sender, UnityTuioEventProcessor.TuioEventBlobArgs e)
 {
     AddPlayer(e.tuioBlob);
 }
Пример #5
0
 private void OnBlobRemoved(object sender, UnityTuioEventProcessor.TuioEventBlobArgs e)
 {
     StoreContainer(e.tuioBlob);
 }