Table of Contents

Class EventBridge.SpawnGatherableEvent

Namespace
RisingV.Core
Assembly
RisingV.Core.dll

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 GatherableAspect

The aspect of the gatherable being spawned.

Data SpawnData

The data associated with the spawn event.

Properties

Aspect

The aspect of the gatherable being spawned.

public GatherableAspect Aspect { get; init; }

Property Value

GatherableAspect

Data

The data associated with the spawn event.

public SpawnData Data { get; init; }

Property Value

SpawnData