Exemplo n.º 1
0
 void OnBlobRemoved(object sender, UnityTuioEventProcessor.TuioEventBlobArgs e)
 {
     RemovePlayer(e.tuioBlob.SessionID);
 }
Exemplo n.º 2
0
 void OnBlobUpdated(object sender, UnityTuioEventProcessor.TuioEventBlobArgs e)
 {
     UpdatePlayerPosition(e.tuioBlob);
 }
Exemplo n.º 3
0
 void OnBlobAdded(object sender, UnityTuioEventProcessor.TuioEventBlobArgs e)
 {
     AddPlayer(e.tuioBlob.SessionID, UnityTuioManager.GetScreenPositionFromRelativePosition(e.tuioBlob.Position));
 }
Exemplo n.º 4
0
 void OnBlobAdded(object sender, UnityTuioEventProcessor.TuioEventBlobArgs e)
 {
     AddPlayer(e.tuioBlob);
 }
Exemplo n.º 5
0
 private void OnBlobRemoved(object sender, UnityTuioEventProcessor.TuioEventBlobArgs e)
 {
     StoreContainer(e.tuioBlob);
 }