Ejemplo n.º 1
0
 //this function called by The UDP thread
 public void copyData(ActorFrameData data)
 {
     lock (frameDataBuffer)
     {
         data.CopyTo(ref frameDataBuffer);
         dataPending = true;
     }
 }