Type Alias: NativeResource
NativeResource =
object
Defined in: core/lifetime.ts:20
Anything holding native memory that has to be released explicitly.
Properties
dispose()
dispose: () =>
void
Defined in: core/lifetime.ts:20
Returns
void
NativeResource =
object
Defined in: core/lifetime.ts:20
Anything holding native memory that has to be released explicitly.
dispose: () =>
void
Defined in: core/lifetime.ts:20
void