Class GarbageCollector
Inherited Members
Namespace: UnityEngine.Scripting
Assembly: UnityEngine.dll
Syntax
public static class GarbageCollector
Properties
| Improve this Doc View SourceGCMode
Declaration
public static GarbageCollector.Mode GCMode { get; set; }
Property Value
Type | Description |
---|---|
GarbageCollector.Mode |
Events
| Improve this Doc View SourceGCModeChanged
Declaration
public static event Action<GarbageCollector.Mode> GCModeChanged
Event Type
Type | Description |
---|---|
Action<GarbageCollector.Mode> |