NuklearGUI.property
- void property(const(char)* name, int min, int* val, int max, int step, float inc_per_pixel)
- void property(const(char)* name, float min, float* val, float max, float step, float inc_per_pixel)
- void property(const(char)* name, double min, double* val, double max, double step, float inc_per_pixel)
- int property(const(char)* name, int min, int val, int max, int step, float inc_per_pixel)
- float property(const(char)* name, float min, float val, float max, float step, float inc_per_pixel)
- double property(const(char)* name, double min, double val, double max, double step, float inc_per_pixel)
dagon ext nuklear NuklearGUI
aliasesconstructorsdestructorsfunctionsstatic functionsstatic variablesvariables