Class EventBridge.SpawnGatherableEvent
Event triggered when a gatherable entity is spawned.
public record EventBridge.SpawnGatherableEvent : Event<EventBridge.SpawnGatherableEvent>, IEvent, IEquatable<Event>, IEquatable<Event<EventBridge.SpawnGatherableEvent>>, IEquatable<EventBridge.SpawnGatherableEvent>
- Inheritance
-
EventBridge.SpawnGatherableEvent
- Implements
- Inherited Members
- Extension Methods
Constructors
SpawnGatherableEvent(GatherableAspect, SpawnData)
Event triggered when a gatherable entity is spawned.
public SpawnGatherableEvent(GatherableAspect Aspect, SpawnData Data)
Parameters
Aspect
GatherableAspectThe aspect of the gatherable being spawned.
Data
SpawnDataThe data associated with the spawn event.
Properties
Aspect
The aspect of the gatherable being spawned.
public GatherableAspect Aspect { get; init; }
Property Value
Data
The data associated with the spawn event.
public SpawnData Data { get; init; }