C# Class InventorySystem, PGP2

Inheritance: MonoBehaviour
ファイルを表示 Open project: theiis/PGP2 Class Usage Examples

Public Properties

Property Type Description
bagSlots GameObject[]
handStartPos Vector3

Public Methods

Method Description
AddItemFromHandToBag ( GameObject obj ) : void
Awake ( ) : void
CloseBag ( ) : void
OpenBag ( ) : void
Update ( ) : void

Method Details

AddItemFromHandToBag() public method

public AddItemFromHandToBag ( GameObject obj ) : void
obj GameObject
return void

Awake() public method

public Awake ( ) : void
return void

CloseBag() public method

public CloseBag ( ) : void
return void

OpenBag() public method

public OpenBag ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

bagSlots public_oe property

public GameObject[] bagSlots
return GameObject[]

handStartPos public_oe property

public Vector3 handStartPos
return Vector3