Example #1
0
 void GenerateMesh()
 {
     if (meshFilter.gameObject.activeSelf)
     {
         generator.ConstructMesh();
     }
 }