3D Dungeon Crawler
Loading...
Searching...
No Matches
IInteractable Interface Reference
Inheritance diagram for IInteractable:
ChestInventoryManager Door ItemPickUpInteractable

Public Member Functions

bool Interact (InteractScript interactor)
 
void Interact (InteractScript interactor, out bool interactSucessful)
 
void EndInteraction ()
 

Properties

string InterActionPrompt [get]
 
UnityAction< IInteractableOnInteractionComplete [get, set]
 

Member Function Documentation

◆ EndInteraction()

void IInteractable.EndInteraction ( )

◆ Interact() [1/2]

bool IInteractable.Interact ( InteractScript interactor)

◆ Interact() [2/2]

void IInteractable.Interact ( InteractScript interactor,
out bool interactSucessful )

Property Documentation

◆ InterActionPrompt

string IInteractable.InterActionPrompt
get

◆ OnInteractionComplete

UnityAction<IInteractable> IInteractable.OnInteractionComplete
getset

The documentation for this interface was generated from the following file: