Browse Source

warning in comment

Julien Barrois 6 years ago
parent
commit
d0aef028ad
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/babylon.abstractScene.ts

+ 3 - 0
src/babylon.abstractScene.ts

@@ -155,6 +155,9 @@ module BABYLON {
 
 
         /**
         /**
         * All of the tranform nodes added to this scene
         * All of the tranform nodes added to this scene
+        * In the context a the Scene, it is not supposed to be modified manually.
+        * Any addition or removal should be done using the addTransformNode and removeTransformNode Scene methods.
+        * Note also that the order of the TransformNode wihin the array is not significant and might change.
         * @see http://doc.babylonjs.com/how_to/transformnode
         * @see http://doc.babylonjs.com/how_to/transformnode
         */
         */
         public transformNodes = new Array<TransformNode>();
         public transformNodes = new Array<TransformNode>();