UNPKG

@petkoneo/phaser3-rex-plugins

Version:
10 lines (7 loc) 265 B
export default FuzzyModule; declare class FuzzyModule { fuzzify(name: string, value: number): this; fuzzify(names: { [name: string]: number }): this; defuzzify(name: string, type?: string): this; defuzzify(name?: string[], type?: string): this; }