This version of Unity is unsupported.

DisposeSentinel.Clear

Declaration

public static void Clear(ref Unity.Collections.LowLevel.Unsafe.DisposeSentinel sentinel);

Parameters

sentinel The DisposeSentinel to clear.

Description

Clears the DisposeSentinel.

A DisposeSentinel is usually cleared when the related native container is disposed.