Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Clear(ref DisposeSentinel)

Clears the DisposeSentinel.
Read time 1 minuteLast updated 12 days ago

Definition

Clear(DisposeSentinel)

public static void Clear(ref DisposeSentinel sentinel)

Parameters

The
DisposeSentinel
to clear.

Remarks

A
DisposeSentinel
is usually cleared when the related
NativeContainer
is disposed.