Version: 2023.1
public static void UnbindProperties (NativeArray<BoundProperty> boundProperties);

参数

boundProperties The list of BoundProperty to unbind.

描述

Unbinds and frees all resources used by a list of BoundProperty.

Creating a BoundProperty that targets a serialized reference avoids garbage collection for its objects. If you forget to unbind and free the resources used by this BoundProperty, it may result in a memory leak.

This method throws an ArgumentException if the boundProperties's NativeArray is not yet created.