Esempio n. 1
0
 void YValueChanged(float v)
 {
     if (mMesh)
     {
         mMesh.SetYSize((int)v);
         mWorld.AssignMover();
     }
 }