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