GarbageCollector
API to control the garbage collector on the Mono and IL2CPP scripting backends.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEngine.Scripting
- Assembly: UnityEngine.CoreModule
public static class GarbageCollector
Remarks
See GarbageCollector.GCMode for how to change the global garbage collector operation mode.
Static Properties
Property | Description |
|---|---|
| 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
Method | Description |
|---|---|
| CollectIncremental | Perform an on-demand incremental garbage collection for a maximum duration specified by the |
Static Events
Member | Description |
|---|---|
| GCModeChanged | Subscribe to this event to get notified when GarbageCollector.GCMode changes. |
Enums
Enum | Description |
|---|---|
| GarbageCollector.Mode | Garbage collector operation mode. |