LiquidGlassJS - v0.0.0
Preparing search index...
core/src
BackendInstance
Interface BackendInstance
interface
BackendInstance
{
debug
?
()
:
{
band
:
number
}
;
destroy
()
:
void
;
sync
(
surface
:
BackendSurface
)
:
void
;
update
(
surface
:
BackendSurface
)
:
void
;
}
Index
Methods
debug?
destroy
sync
update
Methods
Optional
debug
debug
?
()
:
{
band
:
number
}
Returns
{
band
:
number
}
destroy
destroy
()
:
void
Returns
void
sync
sync
(
surface
:
BackendSurface
)
:
void
Parameters
surface
:
BackendSurface
Returns
void
update
update
(
surface
:
BackendSurface
)
:
void
Parameters
surface
:
BackendSurface
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
debug
destroy
sync
update
LiquidGlassJS - v0.0.0
Loading...