UNPKG

rollup-plugin-unity-jslib

Version:

Rollup plugin for converting javascript library into Unity .jslib. file

7 lines (6 loc) 179 B
import { HookParameterType } from "./hookMethod"; export interface UnityCall { methodName: string; parameterTypes: HookParameterType[]; dynamicCall?: boolean; }