Exemplo n.º 1
0
 void drawColor(nuitrack.ColorFrame _frame)
 {
     background.texture = _frame.ToTexture2D();
 }
Exemplo n.º 2
0
 void DrawColor(nuitrack.ColorFrame frame)
 {
     background.texture = frame.ToTexture2D();
 }