C# 클래스 InventoryGUI, GoHomeOrDie

상속: MonoBehaviour
파일 보기 프로젝트 열기: hs-furtwangen/GoHomeOrDie 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DummyContent Texture
GuiBackground Texture
GuiItemBackgroundDown Texture
GuiItemBackgroundFocus Texture
GuiItemBackgroundUp Texture
InventoryContent List
RaftPrefab GameObject
TorchPrefab GameObject
myCustomSkinThing GUISkin

공개 메소드들

메소드 설명
InventoryWindowMethod ( int windowId ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void
UseItem ( int i ) : void

비공개 메소드들

메소드 설명
checkPreconditions ( string pre ) : bool
getFirstEmpty ( ) : int
getPosOf ( string name ) : int
hasPickedUp ( string name ) : bool

메소드 상세

InventoryWindowMethod() 공개 메소드

public InventoryWindowMethod ( int windowId ) : void
windowId int
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

UseItem() 공개 메소드

public UseItem ( int i ) : void
i int
리턴 void

프로퍼티 상세

DummyContent 공개적으로 프로퍼티

public Texture DummyContent
리턴 Texture

GuiBackground 공개적으로 프로퍼티

public Texture GuiBackground
리턴 Texture

GuiItemBackgroundDown 공개적으로 프로퍼티

public Texture GuiItemBackgroundDown
리턴 Texture

GuiItemBackgroundFocus 공개적으로 프로퍼티

public Texture GuiItemBackgroundFocus
리턴 Texture

GuiItemBackgroundUp 공개적으로 프로퍼티

public Texture GuiItemBackgroundUp
리턴 Texture

InventoryContent 공개적으로 프로퍼티

public List InventoryContent
리턴 List

RaftPrefab 공개적으로 프로퍼티

public GameObject RaftPrefab
리턴 GameObject

TorchPrefab 공개적으로 프로퍼티

public GameObject TorchPrefab
리턴 GameObject

myCustomSkinThing 공개적으로 프로퍼티

public GUISkin myCustomSkinThing
리턴 GUISkin