C# 클래스 InventoryUI, DemonHeart

상속: MonoBehaviour
파일 보기 프로젝트 열기: rwbysafire/DemonHeart 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ItemDescription Text,
ItemName Text,
ItemText GameObject
background GameObject
inventory GameObject
itemListDictionary List>.Dictionary
itemMoveHolder ItemTemplate
itemSlotCount int
itemTemplate GameObject
playerScript Mob
skillImages List

공개 메소드들

메소드 설명
AddArmorGem ( ArmorGem gem ) : void
AddItem ( Item, item ) : bool
AddItem ( Item, item, Item, type ) : bool
AttachItem ( Item, item, Item, type ) : bool
HideText ( ) : void
OnBackgroundClick ( ) : void
RemoveArmorGem ( ArmorGem gem ) : void
ShowText ( string name, string description ) : void
Start ( ) : void
Update ( ) : void
addSkillGem ( int index, Gem gem ) : void
removeSkillGem ( int index, Gem gem ) : void
removeSkillGems ( int index ) : void
setItemListDictionary ( Dictionary listDictionary ) : void
updateInventorySkillImages ( ) : void

비공개 메소드들

메소드 설명
SetItemDescription ( string s ) : void
SetItemName ( string s ) : void

메소드 상세

AddArmorGem() 공개 메소드

public AddArmorGem ( ArmorGem gem ) : void
gem ArmorGem
리턴 void

AddItem() 공개 메소드

public AddItem ( Item, item ) : bool
item Item,
리턴 bool

AddItem() 공개 메소드

public AddItem ( Item, item, Item, type ) : bool
item Item,
type Item,
리턴 bool

AttachItem() 공개 메소드

public AttachItem ( Item, item, Item, type ) : bool
item Item,
type Item,
리턴 bool

HideText() 공개 메소드

public HideText ( ) : void
리턴 void

OnBackgroundClick() 공개 메소드

public OnBackgroundClick ( ) : void
리턴 void

RemoveArmorGem() 공개 메소드

public RemoveArmorGem ( ArmorGem gem ) : void
gem ArmorGem
리턴 void

ShowText() 공개 메소드

public ShowText ( string name, string description ) : void
name string
description string
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

addSkillGem() 공개 메소드

public addSkillGem ( int index, Gem gem ) : void
index int
gem Gem
리턴 void

removeSkillGem() 공개 메소드

public removeSkillGem ( int index, Gem gem ) : void
index int
gem Gem
리턴 void

removeSkillGems() 공개 메소드

public removeSkillGems ( int index ) : void
index int
리턴 void

setItemListDictionary() 공개 메소드

public setItemListDictionary ( Dictionary listDictionary ) : void
listDictionary Dictionary
리턴 void

updateInventorySkillImages() 공개 메소드

public updateInventorySkillImages ( ) : void
리턴 void

프로퍼티 상세

ItemDescription 공개적으로 프로퍼티

public Text, ItemDescription
리턴 Text,

ItemName 공개적으로 프로퍼티

public Text, ItemName
리턴 Text,

ItemText 공개적으로 프로퍼티

public GameObject ItemText
리턴 GameObject

background 공개적으로 프로퍼티

public GameObject background
리턴 GameObject

inventory 공개적으로 프로퍼티

public GameObject inventory
리턴 GameObject

itemListDictionary 공개적으로 프로퍼티

public Dictionary> itemListDictionary
리턴 List>.Dictionary

itemMoveHolder 공개적으로 프로퍼티

public ItemTemplate itemMoveHolder
리턴 ItemTemplate

itemSlotCount 공개적으로 프로퍼티

public int itemSlotCount
리턴 int

itemTemplate 공개적으로 프로퍼티

public GameObject itemTemplate
리턴 GameObject

playerScript 공개적으로 프로퍼티

public Mob playerScript
리턴 Mob

skillImages 공개적으로 프로퍼티

public List skillImages
리턴 List