![]() |
Liberi
An exergame built for kids with CP!
|
A Component that indicates this object can be "used" by the client. A usable object provides an action to the Controls class for display in the GUI. More...
Inherits MonoBehaviour, and IActionInfoProvider.
Public Member Functions | |
string | GetActionCaption (ControlsAction action) |
Gets the caption to use for the given action. More... | |
bool | IsActionEnabled (ControlsAction action) |
Gets whether or not the given action is enabled. More... | |
Public Attributes | |
string | UseCaption |
The Caption to use. Should be provided as an id for the Localizer class to use. More... | |
A Component that indicates this object can be "used" by the client. A usable object provides an action to the Controls class for display in the GUI.
|
inline |
Gets the caption to use for the given action.
Implements IActionInfoProvider.
|
inline |
Gets whether or not the given action is enabled.
Implements IActionInfoProvider.
string Usable.UseCaption |