UNPKG

@phaserjs/phaser

Version:
5 lines (4 loc) 153 B
import { FramebufferStack } from "./FramebufferStack"; export function CurrentFramebuffer() { return FramebufferStack.stack[FramebufferStack.index]; }