Method Cleanup
Cleanup(out Int32)
Cleanup internal resources.
Declaration
[ExcludeFromBurstCompatTesting("References managed objects")]
public static bool Cleanup(out int unreleasedObjectCount)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | unreleasedObjectCount | The number of unreleased objects found during cleanup. |
Returns
| Type | Description |
|---|---|
| Boolean | True if no unreleased objects were found, false otherwise. |