Raanan Weber 5 년 전
부모
커밋
116e0ab9bb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/Rendering/utilityLayerRenderer.ts

+ 1 - 0
src/Rendering/utilityLayerRenderer.ts

@@ -24,6 +24,7 @@ export class UtilityLayerRenderer implements IDisposable {
 
     /**
      * Gets the camera that is used to render the utility layer (when not set, this will be the last active camera)
+     * @param getRigParentIfPossible if the current active camera is a rig camera, should its parent camera be returned
      * @returns the camera that is used when rendering the utility layer
      */
     public getRenderCamera(getRigParentIfPossible?: boolean) {