UNPKG

@prismadev/webmarine2d

Version:

Core utils for 2D verson of game engine Webmarine

5 lines (4 loc) 187 B
/** Error type for non existent camera instance in scene */ export declare class SceneNotFoundError extends Error { readonly message = "Cannot find scene in the render engine"; }