C# Class GrabbableAdapter, Third-Person

Inheritance: Adapter
Afficher le fichier Open project: rob1997/Third-Person

Protected Properties

Свойство Type Description
inventory PlayerInventory,
isEquipped bool

Méthodes publiques

Méthode Description
Equip ( ) : void
Initialize ( ) : void
UnEquip ( ) : void

Method Details

Equip() public méthode

public Equip ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

UnEquip() public méthode

public UnEquip ( ) : void
Résultat void

Property Details

inventory protected_oe property

protected PlayerInventory, inventory
Résultat PlayerInventory,

isEquipped protected_oe property

Is Active (Equipped)
protected bool isEquipped
Résultat bool