C# Class UIStorageSlot, Pharos

Inheritance: MonoBehaviour
Afficher le fichier Open project: rstaewen/Pharos Class Usage Examples

Méthodes publiques

Свойство Type Description
slot int
storage UIItemStorage,

Méthodes protégées

Méthode 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 méthode

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

ReplaceExisting() protected méthode

protected ReplaceExisting ( InvGameItem, item ) : InvGameItem,
item InvGameItem,
Résultat InvGameItem,

Property Details

slot public_oe property

public int slot
Résultat int

storage public_oe property

public UIItemStorage, storage
Résultat UIItemStorage,