ClassCore & Lifecycle@public
FlxSubState
A state that can be layered over another state, including another substate.
ts
export declare class FlxSubState extends FlxStateProperties
| Property | Modifiers | Type | Description |
|---|---|---|---|
closeCallback | - | FlxSubStateCallback | null | - |
openCallback | - | FlxSubStateCallback | null | - |
Methods
close()
ts
close(): voidCloses this substate through its owning state at the next safe boundary.
Returns: void
destroy()
ts
destroy(): voidReturns: void