MeshBuilderCreatePlaneOptions constructor

MeshBuilderCreatePlaneOptions({
  1. num size,
  2. num width,
  3. num height,
  4. num sideOrientation,
  5. Vector4 frontUVs,
  6. Vector4 backUVs,
  7. bool updatable,
  8. Plane sourcePlane,
})

Implementation

external factory MeshBuilderCreatePlaneOptions({num size, num width, num height, num sideOrientation, Vector4 frontUVs, Vector4 backUVs, bool updatable, Plane sourcePlane});