Liberi
An exergame built for kids with CP!
Usable Class Reference

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...
 

Detailed Description

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.

Definition at line 16 of file Usable.cs.

Member Function Documentation

string Usable.GetActionCaption ( ControlsAction  action)
inline

Gets the caption to use for the given action.

Implements IActionInfoProvider.

Definition at line 27 of file Usable.cs.

bool Usable.IsActionEnabled ( ControlsAction  action)
inline

Gets whether or not the given action is enabled.

Implements IActionInfoProvider.

Definition at line 32 of file Usable.cs.

Member Data Documentation

string Usable.UseCaption

The Caption to use. Should be provided as an id for the Localizer class to use.

Definition at line 21 of file Usable.cs.


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