![]() |
Liberi
An exergame built for kids with CP!
|
The Vendor component. Used for making shops. Currently it just does way too much and should have it's functionality broken up and distributed to other components or places in the code. More...
Inherits MonoBehaviour, and IActionInfoProvider.
Public Member Functions | |
string | GetActionCaption (ControlsAction actionType) |
Gets the caption to use for the given action. More... | |
bool | IsActionEnabled (ControlsAction actionType) |
Gets whether or not the given action is enabled. More... | |
Public Attributes | |
string | VendorName |
AudioClip | PurchaseSound |
AudioClip | EquipSound |
AudioClip | ErrorSound |
AudioClip | MenuScrollSound |
The Vendor component. Used for making shops. Currently it just does way too much and should have it's functionality broken up and distributed to other components or places in the code.
|
inline |
Gets the caption to use for the given action.
Implements IActionInfoProvider.
|
inline |
Gets whether or not the given action is enabled.
Implements IActionInfoProvider.