extradata for common GUI widget which allow to edit a value (scrollbar, spinner, and more) More...
#include <ui_node_abstractvalue.h>
Data Fields | |
void * | min |
void * | max |
void * | value |
void * | delta |
float | lastdiff |
extradata for common GUI widget which allow to edit a value (scrollbar, spinner, and more)
Definition at line 34 of file ui_node_abstractvalue.h.
Quantity the control add or remove in one step
Definition at line 38 of file ui_node_abstractvalue.h.
Different of the value from the last update. Its more an event property than a node property
Definition at line 39 of file ui_node_abstractvalue.h.
Max value can take the value field
Definition at line 36 of file ui_node_abstractvalue.h.
Min value can take the value field
Definition at line 35 of file ui_node_abstractvalue.h.
Current value
Definition at line 37 of file ui_node_abstractvalue.h.