![]() |
Makinom
1.16.0
API Documentation
|
Public Member Functions | |
abstract bool | GetValue (FormulaCall call) |
Gets the value of this formula bool value type. More... | |
![]() | |
virtual DataObject | GetData () |
Gets a Makinom.DataObject representing the class. More... | |
virtual void | SetData (DataObject data) |
Sets the variables of the class using a Makinom.DataObject. More... | |
virtual void | EditorAutoSetup (string fieldName) |
Called for all fields using the autoSetup option of the Makinom.EditorLayoutAttribute. More... | |
virtual bool | IsType (string type) |
Checks if the setting is of a defindd type. More... | |
Static Public Member Functions | |
static string | UpdateEnumToType (int enumValue) |
|
pure virtual |
Gets the value of this formula bool value type.
call | The data call used to calculate the value. |
Implemented in Makinom.Formulas.FormulaBool_UnityInputButtonType, Makinom.Formulas.FormulaBool_InputKeyButtonType, Makinom.Formulas.FormulaBool_BoolVariableType, Makinom.Formulas.FormulaBool_PauseStateType, and Makinom.Formulas.FormulaBool_ValueType.