UNPKG

@rbxts/planck-hooks

Version:

A @rbxts/planck plugin that provides support for hooks.

12 lines (11 loc) 382 B
import Scheduler from "@rbxts/planck/out/Scheduler"; import type { Plugin } from "@rbxts/planck/out/types"; export * from "./hooks"; export * from "./topo"; export declare class PlanckHooksPlugin implements Plugin { private readonly systemData; private readonly phaseData; private setupPhase; private updatePhase; build(schedular: Scheduler<unknown[]>): void; }