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
AspectGatherableAspectThe aspect of the gatherable being spawned.
DataSpawnDataThe 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; }