瀏覽代碼

warning in comment

Julien Barrois 6 年之前
父節點
當前提交
d0aef028ad
共有 1 個文件被更改,包括 3 次插入0 次删除
  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>();