Raanan Weber 5 lat temu
rodzic
commit
116e0ab9bb
1 zmienionych plików z 1 dodań i 0 usunięć
  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) {