Julien Barrois 6 лет назад
Родитель
Сommit
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>();