Browse Source

isntances array comment

Julien Barrois 6 năm trước cách đây
mục cha
commit
83622b872b
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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>();