Class EventBridge.UnitStatBuffSpawnEvent
Event triggered when a stat‐based buff prefab spawns on a unit.
public record EventBridge.UnitStatBuffSpawnEvent : Event<EventBridge.UnitStatBuffSpawnEvent>, IEvent, IEquatable<Event>, IEquatable<Event<EventBridge.UnitStatBuffSpawnEvent>>, IEquatable<EventBridge.UnitStatBuffSpawnEvent>
- Inheritance
-
EventBridge.UnitStatBuffSpawnEvent
- Implements
- Inherited Members
- Extension Methods
Constructors
UnitStatBuffSpawnEvent(Entity, PrefabGUID)
Event triggered when a stat‐based buff prefab spawns on a unit.
public UnitStatBuffSpawnEvent(Entity BuffEntity, PrefabGUID BuffGuid)
Parameters
BuffEntity
EntityBuffGuid
PrefabGUID
Properties
BuffEntity
public Entity BuffEntity { get; init; }
Property Value
- Entity
BuffGuid
public PrefabGUID BuffGuid { get; init; }
Property Value
- PrefabGUID