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