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.