Skip to content
TypeAliasTypes & Utilities@public

FlxStateConstructor

Zero-argument state constructor used by reset and startup.

ts
export type FlxStateConstructor<T extends FlxState = FlxState> = new () => T

Released under the MIT License.