Description 描述
Experimental API to control the garbage collector on the Mono and IL2CPP scripting backends.
Static Properties
|
|
|
|
| GCMode | | Set and get global garbage collector operation mode. |
|
|
|
|
| incrementalTimeSliceNanoseconds | | The target duration of a collection step when performing incremental garbage collection. |
|
|
|
|
| isIncremental | | Reports whether incremental garbage collection is enabled. |
Static Methods 静态方法
|
|
|
|
| CollectIncremental | | Perform incremental garbage collection for the duration specified by the nanoseconds parameter. |
Events
|
|
|
|
| GCModeChanged | | Subscribe to this event to get notified when GarbageCollector.GCMode changes. |