wima
Preparing search index...
Handle
Class Handle<T>
Type Parameters
T
Index
Constructors
constructor
Properties
generation
index
type
Methods
clone
drop
id
to
Snapshot
Constructors
constructor
new
Handle
<
T
>
(
channel
:
AssetChannel
<
T
>
,
type
:
Constructor
<
T
>
,
index
:
number
,
generation
:
number
,
)
:
Handle
<
T
>
Type Parameters
T
Parameters
channel
:
AssetChannel
<
T
>
type
:
Constructor
<
T
>
index
:
number
generation
:
number
Returns
Handle
<
T
>
Properties
Readonly
generation
generation
:
number
= 0
Readonly
index
index
:
number
Readonly
type
type
:
Constructor
<
T
>
Methods
clone
clone
()
:
Handle
<
T
>
Returns
Handle
<
T
>
drop
drop
()
:
void
Returns
void
id
id
()
:
AssetId
Returns
AssetId
to
Snapshot
toSnapshot
(
world
:
World
)
:
HandleSnapshot
Snapshot the handle with the asset server path when available.
Parameters
world
:
World
Returns
HandleSnapshot
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
generation
index
type
Methods
clone
drop
id
to
Snapshot
wima
Loading...
Snapshot the handle with the asset server path when available.