getCanvas() → {HTMLCanvasElement}
Creates a Canvas element, renders this RenderTexture to it and then returns it.
Returns
HTMLCanvasElement -
A Canvas element with the texture rendered on.
- Source code: pixi/textures/RenderTexture.js (Line 320)
Please login to continue.