GenMeshPlane function

MeshC GenMeshPlane(
  1. double width,
  2. double length,
  3. int resX,
  4. int resZ,
)

Implementation

MeshC GenMeshPlane(double width, double length, int resX, int resZ) => _module.GenMeshPlane(width, length, resX, resZ);