sdfsdfs
This commit is contained in:
8
node_modules/pixi.js/lib/rendering/renderers/shared/renderTarget/isRenderingToScreen.d.ts
generated
vendored
Normal file
8
node_modules/pixi.js/lib/rendering/renderers/shared/renderTarget/isRenderingToScreen.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { RenderTarget } from './RenderTarget';
|
||||
/**
|
||||
* Checks if the render target is viewable on the screen
|
||||
* Basically, is it a canvas element and is that canvas element in the DOM
|
||||
* @param renderTarget - the render target to check
|
||||
* @returns true if the render target is viewable on the screen
|
||||
*/
|
||||
export declare function isRenderingToScreen(renderTarget: RenderTarget): boolean;
|
||||
Reference in New Issue
Block a user