Version: 2018.1

DisposeSentinel

class in Unity.Collections.LowLevel.Unsafe

マニュアルに切り替える

説明

DisposeSentinel is used to detect memory leaks.

It becomes available by defining the ENABLE_UNITY_COLLECTIONS_CHECKS symbol.

See Also: the example in NativeContainerAttribute.

Static 関数

ClearClear sentinel.
CreateCreate sentinel.
DisposeDispose safety handle and sentinel.

デリゲート

DeallocateDelegateDeallocate delegate.