GenMeshCylinder abstract method

MeshStructType GenMeshCylinder(
  1. num radius,
  2. num height,
  3. num slices
)

Implementation

MeshStructType GenMeshCylinder(
  num radius,
  num height,
  num slices,
);