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