C# Class UseItem, The-Ritual-of-Jesses-House

Inheritance: MonoBehaviour
Afficher le fichier Open project: lopalop2/The-Ritual-of-Jesses-House Class Usage Examples

Méthodes publiques

Свойство Type Description
inventory Inventory,
player GameObject
useKey KeyCode,

Méthodes publiques

Méthode Description
Awake ( ) : void
Update ( ) : void

Private Methods

Méthode Description
OnTriggerStay ( Collider coll ) : IEnumerator

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

inventory public_oe property

public Inventory, inventory
Résultat Inventory,

player public_oe property

public GameObject player
Résultat GameObject

useKey public_oe property

public KeyCode, useKey
Résultat KeyCode,