C# Class UIStorageSlot, Pharos

Inheritance: MonoBehaviour
显示文件 Open project: rstaewen/Pharos Class Usage Examples

Public Properties

Property Type Description
slot int
storage UIItemStorage,

Protected Methods

Method Description
Replace ( InvGameItem, item ) : InvGameItem,

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

ReplaceExisting ( InvGameItem, item ) : InvGameItem,

Method Details

Replace() protected method

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

ReplaceExisting() protected method

protected ReplaceExisting ( InvGameItem, item ) : InvGameItem,
item InvGameItem,
return InvGameItem,

Property Details

slot public_oe property

public int slot
return int

storage public_oe property

public UIItemStorage, storage
return UIItemStorage,