C# Class GenericChest, 2DPlatformer

Inheritance: MonoBehaviour, Inventory
Afficher le fichier Open project: MarbleGameDev/2DPlatformer

Méthodes publiques

Свойство Type Description
ChestWindow Transform
Enabled bool
empty bool
inventoryIdentifier string
item Text
itemCount int>.Dictionary
items List

Méthodes publiques

Méthode Description
AddObject ( object obj, int num ) : void
Awake ( ) : void
GetInventory ( ) : void
OpenWindow ( ) : void
RemoveItem ( object obj ) : void
ResetInv ( ) : void
SaveInventory ( ) : void
Start ( ) : void
TransferItem ( object obj ) : void

Private Methods

Méthode Description
SetupItems ( ) : void

Method Details

AddObject() public méthode

public AddObject ( object obj, int num ) : void
obj object
num int
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

GetInventory() public méthode

public GetInventory ( ) : void
Résultat void

OpenWindow() public méthode

public OpenWindow ( ) : void
Résultat void

RemoveItem() public méthode

public RemoveItem ( object obj ) : void
obj object
Résultat void

ResetInv() public méthode

public ResetInv ( ) : void
Résultat void

SaveInventory() public méthode

public SaveInventory ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

TransferItem() public méthode

public TransferItem ( object obj ) : void
obj object
Résultat void

Property Details

ChestWindow public_oe property

public Transform ChestWindow
Résultat Transform

Enabled public_oe property

public bool Enabled
Résultat bool

empty public_oe property

public bool empty
Résultat bool

inventoryIdentifier public_oe property

public string inventoryIdentifier
Résultat string

item public_oe property

public Text item
Résultat Text

itemCount public_oe property

public Dictionary itemCount
Résultat int>.Dictionary

items public_oe property

public List items
Résultat List