Class FarmPlotCell
Represents a tile in the farm management screen that can be pressed on. Represents a single farm plot in your land.
Namespace: Global
Assembly: cs.temp.dll.dll
Syntax
public class FarmPlotCell : MonoBehaviour
Properties
Plot
The FarmPlot object that this cell represents.
Declaration
public FarmPlot Plot { get; set; }
Property Value
Type | Description |
---|---|
FarmPlot |
Methods
RefreshStatus()
Update visuals based on plot's status, aka seed type, irrigated, fertilizer. Essentially sets a bunch of overlays over the main sprite.
Declaration
public void RefreshStatus()
RefreshVisuals()
Update the farm cell's sprite based on phase and whether it's selected or not.
Declaration
public void RefreshVisuals()