Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DelegateAutoCleanup

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.
Read time 1 minuteLast updated 4 days ago

Definition

public sealed class DelegateAutoCleanup : ClassAutoCleanup

Constructors

Constructor

Description

DelegateAutoCleanup(System.Action,System.Type,System.String)Constructor 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.