isaacscript-common
Version:
Helper functions and features for IsaacScript mods.
12 lines • 734 B
TypeScript
import type { PostGridEntityCustomRender } from "../../callbacks/PostGridEntityCustomRender";
import type { PostGridEntityRender } from "../../callbacks/PostGridEntityRender";
import { Feature } from "../../private/Feature";
import type { CustomGridEntities } from "./CustomGridEntities";
export declare class GridEntityRenderDetection extends Feature {
private readonly postGridEntityRender;
private readonly postGridEntityCustomRender;
private readonly customGridEntities;
constructor(postGridEntityRender: PostGridEntityRender, postGridEntityCustomRender: PostGridEntityCustomRender, customGridEntities: CustomGridEntities);
private readonly postRender;
}
//# sourceMappingURL=GridEntityRenderDetection.d.ts.map