Class OccupantInfo
- Namespace
- MoonBark.GridPlacement.Core.Interfaces
- Assembly
- MoonBark.GridPlacement.Core.dll
public record OccupantInfo : IEquatable<OccupantInfo>
- Inheritance
-
OccupantInfo
- Implements
- Inherited Members
Constructors
OccupantInfo(string, string, CoreVector2I[])
public OccupantInfo(string PlaceableId, string OwnerKey, CoreVector2I[] Footprint)
Parameters
Properties
Footprint
public CoreVector2I[] Footprint { get; init; }
Property Value
- CoreVector2I[]
OwnerKey
public string OwnerKey { get; init; }
Property Value
PlaceableId
public string PlaceableId { get; init; }