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.
          * Get if the inspector is visible or not.
+         * @returns true if visible otherwise, false
          */
          */
         public isVisible(): boolean {
         public isVisible(): boolean {
             if (!this._inspector) {
             if (!this._inspector) {