C# 클래스 Stash

상속: Storage
파일 보기 프로젝트 열기: marouen-lamiri/Second-Soul 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
image UnityEngine.Texture2D
slotsOffsetX int
slotsOffsetY int

공개 메소드들

메소드 설명
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void
addSampleItems ( ) : void
drawStash ( ) : void
setSlots ( ) : void

보호된 메소드들

메소드 설명
drawItems ( ) : void
toggleTab ( ) : void

메소드 상세

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

addSampleItems() 공개 메소드

public addSampleItems ( ) : void
리턴 void

drawItems() 보호된 메소드

protected drawItems ( ) : void
리턴 void

drawStash() 공개 메소드

public drawStash ( ) : void
리턴 void

setSlots() 공개 메소드

public setSlots ( ) : void
리턴 void

toggleTab() 보호된 메소드

protected toggleTab ( ) : void
리턴 void

프로퍼티 상세

image 공개적으로 프로퍼티

public Texture2D,UnityEngine image
리턴 UnityEngine.Texture2D

slotsOffsetX 공개적으로 프로퍼티

public int slotsOffsetX
리턴 int

slotsOffsetY 공개적으로 프로퍼티

public int slotsOffsetY
리턴 int