@galacean/engine-core 2.0.0-alpha.43 → 2.0.0-alpha.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.js CHANGED
@@ -15947,10 +15947,10 @@ var BufferUpdateInfo = /*#__PURE__*/ function() {
15947
15947
  return mesh;
15948
15948
  };
15949
15949
  /**
15950
- * Create a plane mesh.
15950
+ * Create a plane mesh with U mapped along local +X and V along local +Z.
15951
15951
  * @param engine - Engine
15952
- * @param width - Plane width
15953
- * @param height - Plane height
15952
+ * @param width - Plane width along the local X axis
15953
+ * @param height - Plane height along the local Z axis
15954
15954
  * @param horizontalSegments - Plane horizontal segments
15955
15955
  * @param verticalSegments - Plane vertical segments
15956
15956
  * @param noLongerAccessible - No longer access the vertices of the mesh after creation