Enum ComponentEventType
- Namespace
 - Stride.Core.Diagnostics
 
- Assembly
 - Stride.Core.dll
 
TODO: Update summary.
public enum ComponentEventType
  Fields
AddReference = 2IReferencable.AddReference() event.
Destroy = 1ComponentBase.Destroy() event.
Instantiate = 0ComponentBase constructor event.
Release = 3IReferenceable.Release() event.