3D Dungeon Crawler
|
Public Member Functions | |
bool | Interact (InteractScript interactor) |
void | Interact (InteractScript interactor, out bool interactSucessful) |
void | EndInteraction () |
Properties | |
string | InterActionPrompt [get] |
UnityAction< IInteractable > | OnInteractionComplete [get, set] |
void IInteractable.EndInteraction | ( | ) |
Implemented in ChestInventoryManager, Door, and ItemPickUpInteractable.
bool IInteractable.Interact | ( | InteractScript | interactor | ) |
Implemented in ChestInventoryManager, and ItemPickUpInteractable.
void IInteractable.Interact | ( | InteractScript | interactor, |
out bool | interactSucessful ) |
Implemented in ChestInventoryManager, Door, and ItemPickUpInteractable.
|
get |
Implemented in ChestInventoryManager, and ItemPickUpInteractable.
|
getset |
Implemented in ChestInventoryManager, Door, and ItemPickUpInteractable.