|
Beamable SDK
|


Classes | |
| class | UxmlFactory |
| class | UxmlTraits |
Public Member Functions | |
| override void | Refresh () |
| void | Setup (string label, int value, Action onValueChanged, int minValue, int maxValue) |
Public Member Functions inherited from Beamable.Editor.UI.Validation.ValidableVisualElement< int > | |
| void | RegisterRule (ValidationRule< T > rule) |
Protected Member Functions | |
| override void | OnDestroy () |
Protected Member Functions inherited from Beamable.Editor.UI.Validation.ValidableVisualElement< int > | |
| ValidableVisualElement (string commonPath) | |
| void | InvokeValidationCheck (T value) |
Properties | |
| int?? | Value [getset] |
Additional Inherited Members | |
Public Attributes inherited from Beamable.Editor.UI.Validation.ValidableVisualElement< int > | |
| Action | PostVerification |