Input hints
How interaction work from inside
Last updated
How interaction work from inside
Last updated
All interactions extends from base class Interactable
and should override next methods:
UsePrimaryActionHint()
GetPrimaryHintText()
UseSecondaryActionHint()
GetSecondaryHintText()
This methods determine if action script will show any hints or not. For example:
Also, remember: If you want that action hints to be changed, you need to call method from interaction script.