Explorar el Código

warning in comment

Julien Barrois hace 6 años
padre
commit
d0aef028ad
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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
+        * 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
         */
         public transformNodes = new Array<TransformNode>();