Class DisposeSentinel
Inheritance
DisposeSentinel
Assembly: UnityEngine.dll
Syntax
public sealed class DisposeSentinel
Methods
|
Improve this Doc
View Source
Clear(ref DisposeSentinel)
Declaration
public static void Clear(ref DisposeSentinel sentinel)
Parameters
|
Improve this Doc
View Source
Create(out AtomicSafetyHandle, out DisposeSentinel, Int32, Allocator)
Declaration
public static void Create(out AtomicSafetyHandle safety, out DisposeSentinel sentinel, int callSiteStackDepth, Allocator allocator)
Parameters
|
Improve this Doc
View Source
Dispose(ref AtomicSafetyHandle, ref DisposeSentinel)
Declaration
public static void Dispose(ref AtomicSafetyHandle safety, ref DisposeSentinel sentinel)
Parameters
|
Improve this Doc
View Source
Finalize()
Declaration
protected void Finalize()
Extension Methods