Liberi
An exergame built for kids with CP!
Main Page
Classes
Files
File List
IActionInfoProvider.cs
1
using
UnityEngine
;
2
8
public
interface
IActionInfoProvider
9
{
13
string
GetActionCaption
(ControlsAction action);
17
bool
IsActionEnabled
(ControlsAction action);
18
}
IActionInfoProvider.GetActionCaption
string GetActionCaption(ControlsAction action)
Gets the caption to use for the given action.
IActionInfoProvider.IsActionEnabled
bool IsActionEnabled(ControlsAction action)
Gets whether or not the given action is enabled.
IActionInfoProvider
Interface for classes which provide information for an action.
Definition:
IActionInfoProvider.cs:8
UnityEngine
Liberi
Assets
Scripts
Core
IActionInfoProvider.cs
Generated by
1.8.10