예제 #1
0
 void XValueChanged(float v)
 {
     MyMesh.resolution = (int)v;
     MyMesh.UpdateResolution();
 }