Class PropertyPlotHandle
Inheritance
System.Object
PropertyPlotHandle
Assembly: Eco.Gameplay.dll
Syntax
public sealed class PropertyPlotHandle : ValueType, IOwnableHandle
Constructors
PropertyPlotHandle(PlotPos)
Declaration
public PropertyPlotHandle(PlotPos plotPos)
Parameters
Type |
Name |
Description |
PlotPos |
plotPos |
|
Properties
Plot
Declaration
public PropertyPlot Plot { get; }
Property Value
PlotPos
NOTE: This is the position in WORLD SPACE, not plot grid
Declaration
public PlotPos PlotPos { get; }
Property Value
Explicit Interface Implementations
IOwnableHandle.OwnedObject
Declaration
IDeedOwned IOwnableHandle.OwnedObject { get; }
Returns
Implements
Extension Methods