C# Class ItemEquipManager, TimeTeamProject

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public GameObject Armor
return GameObject

Bow public_oe property

public GameObject Bow
return GameObject

InputKey public_oe property

public string InputKey
return string

Sword public_oe property

public GameObject Sword
return GameObject

stat public_oe property

public StatCollectionClass, stat
return StatCollectionClass,