Search Results for

    Show / Hide Table of Contents

    Class FarmPlotCell

    Represents a tile in the farm management screen that can be pressed on. Represents a single farm plot in your land.

    Inheritance
    object
    FarmPlotCell
    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()
    In This Article
    Back to top Green Revolution Code Documentation