Initial
This commit is contained in:
13
resources/app/client/pixi/groups/rendered.js
Normal file
13
resources/app/client/pixi/groups/rendered.js
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* A container group which contains the environment canvas group and the interface canvas group.
|
||||
*
|
||||
* @category - Canvas
|
||||
*/
|
||||
class RenderedCanvasGroup extends CanvasGroupMixin(PIXI.Container) {
|
||||
/** @override */
|
||||
static groupName = "rendered";
|
||||
|
||||
/** @override */
|
||||
static tearDownChildren = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user