![]() |
Liberi
An exergame built for kids with CP!
|
The ConditionSelector was used as part of a Summer Camp at Holland Bloorview in 2015 At the time, this selected between 3 conditions with arbitrary names and colored shapes. More...
Inherits MonoBehaviour.
Public Member Functions | |
void | ConditionButtonPressed (int conditionNum) |
Used by the Unity GUI system which at the time of writing, could not pass enums using the GUI event system so it was necessary to have an int-to-enum function. More... | |
void | ConditionButtonPressed (BalanceCondition condition) |
Properties | |
bool | Open [get, set] |
Opens the conditon selector by setting animation states and enabling the buttons. More... | |
BalanceCondition | Condition [get, set] |
Condition Property More... | |
The ConditionSelector was used as part of a Summer Camp at Holland Bloorview in 2015 At the time, this selected between 3 conditions with arbitrary names and colored shapes.
In a future study, if you wish to have a similar condition selector that is VISIBLE to the user then this class could be reused. The associated GUI Object was left disabled under the gui hierarchy in the client.unity scene.
Definition at line 20 of file ConditionSelector.cs.
|
inline |
Used by the Unity GUI system which at the time of writing, could not pass enums using the GUI event system so it was necessary to have an int-to-enum function.
conditionNum | An int that maps to an condition enum. |
Definition at line 105 of file ConditionSelector.cs.
|
getset |
Condition Property
Will set appropriate condtions and button responsiveness based on which value it is given.
Definition at line 76 of file ConditionSelector.cs.
|
getset |
Opens the conditon selector by setting animation states and enabling the buttons.
Definition at line 52 of file ConditionSelector.cs.