VertexDataCreatePlaneOptions constructor

VertexDataCreatePlaneOptions({
  1. num size,
  2. num width,
  3. num height,
  4. num sideOrientation,
  5. Vector4 frontUVs,
  6. Vector4 backUVs,
})

Implementation

external factory VertexDataCreatePlaneOptions({num size, num width, num height, num sideOrientation, Vector4 frontUVs, Vector4 backUVs});