瀏覽代碼

[JSDoc] Fix in HighlightLayer documentation to say 'addMesh' instead of 'pushMesh'

kireto 5 年之前
父節點
當前提交
4b35d9e8e4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Layers/highlightLayer.ts

+ 1 - 1
src/Layers/highlightLayer.ts

@@ -166,7 +166,7 @@ interface IHighlightLayerExcludedMesh {
 /**
  * The highlight layer Helps adding a glow effect around a mesh.
  *
- * Once instantiated in a scene, simply use the pushMesh or removeMesh method to add or remove
+ * Once instantiated in a scene, simply use the addMesh or removeMesh method to add or remove
  * glowy meshes to your scene.
  *
  * !!! THIS REQUIRES AN ACTIVE STENCIL BUFFER ON THE CANVAS !!!