C# Class InventorySystem, PGP2

Inheritance: MonoBehaviour
Afficher le fichier Open project: theiis/PGP2 Class Usage Examples

Méthodes publiques

Свойство Type Description
bagSlots GameObject[]
handStartPos Vector3

Méthodes publiques

Méthode Description
AddItemFromHandToBag ( GameObject obj ) : void
Awake ( ) : void
CloseBag ( ) : void
OpenBag ( ) : void
Update ( ) : void

Method Details

AddItemFromHandToBag() public méthode

public AddItemFromHandToBag ( GameObject obj ) : void
obj GameObject
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

CloseBag() public méthode

public CloseBag ( ) : void
Résultat void

OpenBag() public méthode

public OpenBag ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

bagSlots public_oe property

public GameObject[] bagSlots
Résultat GameObject[]

handStartPos public_oe property

public Vector3 handStartPos
Résultat Vector3