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

Inheritance: MonoBehaviour
Datei anzeigen Open project: lopalop2/The-Ritual-of-Jesses-House Class Usage Examples

Public Properties

Property Type Description
inventory Inventory,
player GameObject
useKey KeyCode,

Public Methods

Method Description
Awake ( ) : void
Update ( ) : void

Private Methods

Method Description
OnTriggerStay ( Collider coll ) : IEnumerator

Method Details

Awake() public method

public Awake ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

inventory public_oe property

public Inventory, inventory
return Inventory,

player public_oe property

public GameObject player
return GameObject

useKey public_oe property

public KeyCode, useKey
return KeyCode,