MeshCreateIcoSphereOptions constructor

MeshCreateIcoSphereOptions({
  1. num radius,
  2. bool flat,
  3. num subdivisions,
  4. num sideOrientation,
  5. bool updatable,
})

Implementation

external factory MeshCreateIcoSphereOptions({num radius, bool flat, num subdivisions, num sideOrientation, bool updatable});