GarbageCollector.Mode
Garbage collector operation mode.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Scripting
- Assembly: UnityEngine.CoreModule
public enum GarbageCollector.Mode
Remarks
Use GarbageCollector.GCMode to set garbage collector operation mode.
Additional Resources: GarbageCollector.Mode.Enabled, GarbageCollector.Mode.Disabled.