Table of Contents

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

PlaceableId string
OwnerKey string
Footprint CoreVector2I[]

Properties

Footprint

public CoreVector2I[] Footprint { get; init; }

Property Value

CoreVector2I[]

OwnerKey

public string OwnerKey { get; init; }

Property Value

string

PlaceableId

public string PlaceableId { get; init; }

Property Value

string