GenMeshPlane function

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

See RaylibCoreFlatModule.GenMeshPlane.

Implementation

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