Table of Contents

Enum ComponentEventType

Namespace
Stride.Core.Diagnostics
Assembly
Stride.Core.dll

TODO: Update summary.

public enum ComponentEventType

Fields

AddReference = 2

IReferencable.AddReference() event.

Destroy = 1

ComponentBase.Destroy() event.

Instantiate = 0

ComponentBase constructor event.

Release = 3

IReferenceable.Release() event.