GenMeshPlane method
Generate plane mesh (with subdivisions)
Implementation
@override
MeshD GenMeshPlane(
double width,
double length,
int resX,
int resZ,
) => $.Mesh$.RefCapture(
RaylibCaptureIds.GenMeshPlane,
(p) => _ffi.GenMeshPlane(
width,
length,
resX,
resZ,
).toDart(p.asNativePointer()),
);