Version: 2023.2

AtomicSafetyHandle.ValidateNonDefaultHandle

切换到手册
public static void ValidateNonDefaultHandle (ref Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle handle);

参数

handle 安全句柄。

描述

Check that the handle has been initialized, and if so, check that it is still valid.

This is almost identical to AtomicSafetyHandle.IsValidNonDefaultHandle, except that if the handle has been initialized but is no longer valid, then an ObjectDisposedException will be thrown instead of returning false.

If the handle has not been initialized, then this method will do nothing. Use AtomicSafetyHandle.IsDefaultValue to check whether a handle is still uninitialized or not.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961