Class EventBridge.DeathGatherableEvent
Generic record base for strongly typed death events.
public record EventBridge.DeathGatherableEvent : EventBridge.DeathEvent<EventBridge.DeathGatherableEvent>, IEquatable<Event>, IEquatable<Event<EventBridge.DeathGatherableEvent>>, EventBridge.IDeathEvent, IEvent, IEquatable<EventBridge.DeathEvent<EventBridge.DeathGatherableEvent>>, IEquatable<EventBridge.DeathGatherableEvent>
- Inheritance
-
EventBridge.DeathGatherableEvent
- Implements
- Inherited Members
- Extension Methods
Constructors
DeathGatherableEvent(Entity, Entity, DeathEvent)
Generic record base for strongly typed death events.
public DeathGatherableEvent(Entity SourceEntity, Entity TargetEntity, DeathEvent NativeEvent)
Parameters
SourceEntity
EntityTargetEntity
EntityNativeEvent
DeathEvent