InterfaceUI & Typography@public
FlxButtonSound
Sound-like hook accepted without coupling the button to an audio backend.
ts
export interface FlxButtonSound1
Methods
destroy()
ts
destroy?(): void1
Returns: void
play()
ts
play(forceRestart?: boolean): unknown1
Parameters:
| Parameter | Type | Description |
|---|---|---|
forceRestart | boolean | - |
Returns: unknown