sebastien 7 年之前
父節點
當前提交
1a6cbc305b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Debug/babylon.debugLayer.ts

+ 1 - 0
src/Debug/babylon.debugLayer.ts

@@ -97,6 +97,7 @@ module BABYLON {
 
         /**
          * Get if the inspector is visible or not.
+         * @returns true if visible otherwise, false
          */
         public isVisible(): boolean {
             if (!this._inspector) {