Version: 2021.3
언어: 한국어

GarbageCollector

class in UnityEngine.Scripting

매뉴얼로 전환

설명

API to control the garbage collector on the Mono and IL2CPP scripting backends.

See GarbageCollector.GCMode for how to change the global garbage collector operation mode.

정적 변수

GCModeSet and get global garbage collector operation mode.
incrementalTimeSliceNanosecondsThe target duration of a collection step when performing incremental garbage collection.
isIncrementalReports whether incremental garbage collection is enabled.

정적 함수

CollectIncrementalPerform incremental garbage collection for the duration specified by the nanoseconds parameter.

Events

GCModeChangedSubscribe to this event to get notified when GarbageCollector.GCMode changes.