class in Unity.Scripting.LifecycleManagement.CodeGen
Infrastructure class used by generated code to register lifecycle callback methods. Not intended for direct use.
This class is part of the code generation infrastructure for lifecycle attributes such as OnCodeLoadedAttribute and OnCodeInitializingAttribute. The Roslyn source generator emits calls to LifecycleMethodRegistration.Register in generated subclasses; do not call it directly.
Additional resources: OnCodeLoadedAttribute, OnCodeInitializingAttribute, OnCodeDeinitializingAttribute, OnCodeUnloadingAttribute.
| Method | Description |
|---|---|
| Register | Registers a lifecycle callback with the lifecycle controller. Called by generated code only. |