MeshCreatePolyhedronOptions constructor

MeshCreatePolyhedronOptions({
  1. num type,
  2. num size,
  3. num sizeX,
  4. num sizeY,
  5. num sizeZ,
  6. dynamic custom,
  7. List<Vector4> faceUV,
  8. List<Color4> faceColors,
  9. bool updatable,
  10. num sideOrientation,
})

Implementation

external factory MeshCreatePolyhedronOptions({num type, num size, num sizeX, num sizeY, num sizeZ, dynamic custom, List<Vector4> faceUV, List<Color4> faceColors, bool updatable, num sideOrientation});