C# Class InteractionController, RPGQuest

Inheritance: MonoBehaviour
Show file Open project: hughrogers/RPGQuest Class Usage Examples

Public Methods

Method Description
BlockInteraction ( ) : IEnumerator
Interact ( ArrayList list ) : bool

Private Methods

Method Description
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void

Method Details

BlockInteraction() public method

public BlockInteraction ( ) : IEnumerator
return IEnumerator

Interact() public method

public Interact ( ArrayList list ) : bool
list ArrayList
return bool