瀏覽代碼

isntances array comment

Julien Barrois 6 年之前
父節點
當前提交
83622b872b
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/Mesh/babylon.mesh.ts

+ 2 - 0
src/Mesh/babylon.mesh.ts

@@ -139,6 +139,8 @@ module BABYLON {
 
         /**
          * Gets the list of instances created from this mesh
+         * it is not supposed to be modified manually.
+         * Note also that the order of the InstancedMesh wihin the array is not significant and might change.
          * @see http://doc.babylonjs.com/how_to/how_to_use_instances
          */
         public instances = new Array<InstancedMesh>();