Version: 2022.1
언어: 한국어
public static bool isIncremental ;

설명

Reports whether incremental garbage collection is enabled.

IsIncremental is true if incremental garbage collection is enabled in the project PlayerSettings and supported on the currently running platform. The value is false otherwise.

Set the target length of an incremental collection step with incrementalTimeSliceNanoseconds. Manually trigger an incremental garbage collection step with CollectIncremental.

See Also: PlayerSettings.gcIncremental.