Example #1
0
 public void UpdateMeshTest(float w1, float w2)
 {
     if (initControlMesh && controlMesh != null)
     {
         controlMesh.UpdateMeshTest(w1, w2);
     }
 }