C# 클래스 UIStorageSlot, Pharos

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

공개 프로퍼티들

프로퍼티 타입 설명
slot int
storage UIItemStorage,

보호된 메소드들

메소드 설명
Replace ( InvGameItem, item ) : InvGameItem,

Replace the observed item with the specified value. Should return the item that was replaced.

ReplaceExisting ( InvGameItem, item ) : InvGameItem,

메소드 상세

Replace() 보호된 메소드

Replace the observed item with the specified value. Should return the item that was replaced.
protected Replace ( InvGameItem, item ) : InvGameItem,
item InvGameItem,
리턴 InvGameItem,

ReplaceExisting() 보호된 메소드

protected ReplaceExisting ( InvGameItem, item ) : InvGameItem,
item InvGameItem,
리턴 InvGameItem,

프로퍼티 상세

slot 공개적으로 프로퍼티

public int slot
리턴 int

storage 공개적으로 프로퍼티

public UIItemStorage, storage
리턴 UIItemStorage,