GenMeshCylinder method

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

Implementation

String GenMeshCylinder(
  num radius,
  num height,
  num slices,
) => 'GenMeshCylinder';