C# 클래스 UI_Inventory, Unity-Game

상속: MonoBehaviour
파일 보기 프로젝트 열기: PeasB/Unity-Game 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CanCraft bool
Crafting GameObject
Inventory GameObject
SelectedCraftingItem_ID int
SelectedInventoryItem_ID int

비공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

프로퍼티 상세

CanCraft 공개적으로 정적으로 프로퍼티

public static bool CanCraft
리턴 bool

Crafting 공개적으로 프로퍼티

public GameObject Crafting
리턴 GameObject

Inventory 공개적으로 프로퍼티

public GameObject Inventory
리턴 GameObject

SelectedCraftingItem_ID 공개적으로 정적으로 프로퍼티

public static int SelectedCraftingItem_ID
리턴 int

SelectedInventoryItem_ID 공개적으로 정적으로 프로퍼티

public static int SelectedInventoryItem_ID
리턴 int