C# Class Sol.ScannableTier

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: Stumpstump/RoverGame

Public Properties

Property Type Description
description UnityEngine.UI.Text
fillIcon1 UnityEngine.UI.Image
fillIcon2 UnityEngine.UI.Image
harvestButton UnityEngine.UI.Button
harvesterUIRoot UnityEngine.GameObject
ingredient InventoryIngredient
mainIcon UnityEngine.UI.Image
myTier Tier
rareIngredient InventoryIngredient
scanButton UnityEngine.UI.Button
scannerUIRoot UnityEngine.GameObject
title UnityEngine.UI.Text

Public Methods

Method Description
Halt ( ) : void
Harvest ( ) : void
HarvestCoroutine ( ) : IEnumerator
Initialize ( InventoryIngredient i, InventoryIngredient ri, float rdc ) : void
Scan ( ) : void

Private Methods

Method Description
Awake ( ) : void
ScanCoroutine ( ) : IEnumerator

Method Details

Halt() public method

public Halt ( ) : void
return void

Harvest() public method

public Harvest ( ) : void
return void

HarvestCoroutine() public method

public HarvestCoroutine ( ) : IEnumerator
return IEnumerator

Initialize() public method

public Initialize ( InventoryIngredient i, InventoryIngredient ri, float rdc ) : void
i InventoryIngredient
ri InventoryIngredient
rdc float
return void

Scan() public method

public Scan ( ) : void
return void

Property Details

description public property

public Text,UnityEngine.UI description
return UnityEngine.UI.Text

fillIcon1 public property

public Image,UnityEngine.UI fillIcon1
return UnityEngine.UI.Image

fillIcon2 public property

public Image,UnityEngine.UI fillIcon2
return UnityEngine.UI.Image

harvestButton public property

public Button,UnityEngine.UI harvestButton
return UnityEngine.UI.Button

harvesterUIRoot public property

public GameObject,UnityEngine harvesterUIRoot
return UnityEngine.GameObject

ingredient public property

public InventoryIngredient ingredient
return InventoryIngredient

mainIcon public property

public Image,UnityEngine.UI mainIcon
return UnityEngine.UI.Image

myTier public property

public Tier myTier
return Tier

rareIngredient public property

public InventoryIngredient rareIngredient
return InventoryIngredient

scanButton public property

public Button,UnityEngine.UI scanButton
return UnityEngine.UI.Button

scannerUIRoot public property

public GameObject,UnityEngine scannerUIRoot
return UnityEngine.GameObject

title public property

public Text,UnityEngine.UI title
return UnityEngine.UI.Text