webgl-dsl
Preparing search index...
use
Function use
use
<
T
extends
Disposable
,
R
>
(
item
:
T
,
callback
:
(
item
:
T
)
=>
R
)
:
R
Pass disposable object into function and destroy it after the call
Type Parameters
T
extends
Disposable
R
Parameters
item
:
T
callback
:
(
item
:
T
)
=>
R
Returns
R
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
webgl-dsl
Loading...
Pass disposable object into function and destroy it after the call