C# Class Sol.ScannableTier

Inheritance: UnityEngine.MonoBehaviour
Exibir arquivo 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_oe property

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

fillIcon1 public_oe property

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

fillIcon2 public_oe property

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

harvestButton public_oe property

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

harvesterUIRoot public_oe property

public GameObject,UnityEngine harvesterUIRoot
return UnityEngine.GameObject

ingredient public_oe property

public InventoryIngredient ingredient
return InventoryIngredient

mainIcon public_oe property

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

myTier public_oe property

public Tier myTier
return Tier

rareIngredient public_oe property

public InventoryIngredient rareIngredient
return InventoryIngredient

scanButton public_oe property

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

scannerUIRoot public_oe property

public GameObject,UnityEngine scannerUIRoot
return UnityEngine.GameObject

title public_oe property

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