C# 클래스 Sol.ScannableTier

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: Stumpstump/RoverGame

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Halt ( ) : void
Harvest ( ) : void
HarvestCoroutine ( ) : IEnumerator
Initialize ( InventoryIngredient i, InventoryIngredient ri, float rdc ) : void
Scan ( ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
ScanCoroutine ( ) : IEnumerator

메소드 상세

Halt() 공개 메소드

public Halt ( ) : void
리턴 void

Harvest() 공개 메소드

public Harvest ( ) : void
리턴 void

HarvestCoroutine() 공개 메소드

public HarvestCoroutine ( ) : IEnumerator
리턴 IEnumerator

Initialize() 공개 메소드

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

Scan() 공개 메소드

public Scan ( ) : void
리턴 void

프로퍼티 상세

description 공개적으로 프로퍼티

public Text,UnityEngine.UI description
리턴 UnityEngine.UI.Text

fillIcon1 공개적으로 프로퍼티

public Image,UnityEngine.UI fillIcon1
리턴 UnityEngine.UI.Image

fillIcon2 공개적으로 프로퍼티

public Image,UnityEngine.UI fillIcon2
리턴 UnityEngine.UI.Image

harvestButton 공개적으로 프로퍼티

public Button,UnityEngine.UI harvestButton
리턴 UnityEngine.UI.Button

harvesterUIRoot 공개적으로 프로퍼티

public GameObject,UnityEngine harvesterUIRoot
리턴 UnityEngine.GameObject

ingredient 공개적으로 프로퍼티

public InventoryIngredient ingredient
리턴 InventoryIngredient

mainIcon 공개적으로 프로퍼티

public Image,UnityEngine.UI mainIcon
리턴 UnityEngine.UI.Image

myTier 공개적으로 프로퍼티

public Tier myTier
리턴 Tier

rareIngredient 공개적으로 프로퍼티

public InventoryIngredient rareIngredient
리턴 InventoryIngredient

scanButton 공개적으로 프로퍼티

public Button,UnityEngine.UI scanButton
리턴 UnityEngine.UI.Button

scannerUIRoot 공개적으로 프로퍼티

public GameObject,UnityEngine scannerUIRoot
리턴 UnityEngine.GameObject

title 공개적으로 프로퍼티

public Text,UnityEngine.UI title
리턴 UnityEngine.UI.Text