Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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 NativeContainer is disposed.