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) {