ComponentEventType Enum
Namespace: Stride.Core.DiagnosticsAssembly: Stride.Core.dll
TODO: Update summary.
public enum ComponentEventType
Fields
Name | Description |
---|---|
AddReference | IReferencable.AddReference() event. |
Destroy | ComponentBase.Destroy() event. |
Instantiate | ComponentBase constructor event. |
Release | IReferenceable.Release() event. |