C# Class ItemCollectorForward, RPGQuest

Inheritance: BaseInteraction
Mostra file Open project: hughrogers/RPGQuest

Public Methods

Method Description
DropInteract ( ChoiceContent, drop ) : bool
Interact ( ) : bool
TouchInteract ( ) : void

Private Methods

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

Method Details

DropInteract() public method

public DropInteract ( ChoiceContent, drop ) : bool
drop ChoiceContent,
return bool

Interact() public method

public Interact ( ) : bool
return bool

TouchInteract() public method

public TouchInteract ( ) : void
return void