UNPKG

@petkoneo/phaser3-rex-plugins

Version:
11 lines (8 loc) 394 B
import MeshRenderTextureBase from '../../gameobjects/container/containerlite/rendertexture/MeshRenderTextureBase.js'; import RenderTexture from '../../gameobjects/mesh/perspective/rendertexture/RenderTexture.js'; class ContainerPerspective extends MeshRenderTextureBase(RenderTexture) { get perspectiveState() { return this.isRunning; } } export default ContainerPerspective;