Class GridOccupancyChangedEvent
- Namespace
- MoonBark.GridPlacement.Core.Events
- Assembly
- MoonBark.GridPlacement.Core.dll
Event raised when grid occupancy changes at a position.
public class GridOccupancyChangedEvent : ServiceEvent
- Inheritance
-
GridOccupancyChangedEvent
- Inherited Members
Constructors
GridOccupancyChangedEvent(object, CoreVector2I, bool)
public GridOccupancyChangedEvent(object source, CoreVector2I position, bool isOccupied)
Parameters
Properties
IsOccupied
public bool IsOccupied { get; }
Property Value
Position
public CoreVector2I Position { get; }
Property Value
- CoreVector2I