C# Class ItemEquipManager, TimeTeamProject

Inheritance: MonoBehaviour
Show file Open project: cmpt360/TimeTeamProject Class Usage Examples

Public Properties

Property Type Description
Armor GameObject
Bow GameObject
InputKey string
Sword GameObject
stat StatCollectionClass,

Public Methods

Method Description
Update ( ) : void

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

Armor public property

public GameObject Armor
return GameObject

Bow public property

public GameObject Bow
return GameObject

InputKey public property

public string InputKey
return string

Sword public property

public GameObject Sword
return GameObject

stat public property

public StatCollectionClass, stat
return StatCollectionClass,