VertexDataCreateBoxOptions constructor

VertexDataCreateBoxOptions({
  1. num size,
  2. num width,
  3. num height,
  4. num depth,
  5. List<Vector4> faceUV,
  6. List<Color4> faceColors,
  7. num sideOrientation,
  8. Vector4 frontUVs,
  9. Vector4 backUVs,
})

Implementation

external factory VertexDataCreateBoxOptions({num size, num width, num height, num depth, List<Vector4> faceUV, List<Color4> faceColors, num sideOrientation, Vector4 frontUVs, Vector4 backUVs});