Version: Unity 6.5 (6000.5)
LanguageEnglish
  • C#

DelegateAutoCleanup

class in UnityEngine

/

Inherits from:Unity.Scripting.LifecycleManagement.CodeGen.ClassAutoCleanup

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Class used by the source generator to reset static variables when entering or exiting Play mode with domain reload disabled. Don't attempt to use this class directly.

Constructors

Constructor Description
DelegateAutoCleanupConstructor used by the source generator. Don't attempt to use this directly.

Static Methods

Method Description
CreateForPlayModeMethod used by the source generator to create a cleanup entry registered against the Play mode scope. Don't attempt to use this directly.

Inherited Members