コード例 #1
0
 // Functions to interprete and react to determined type of messages: // TODO: Join with UDP interpreters?
 // - Mesh
 private void InterpreteMesh(string data, SourceType meshSourceType)
 {
     ObjectManager.instance.GetComponent <MeshProcessor>().ProcessMesh(EncodeUtilities.InterpreteMesh(data), meshSourceType);
 }