nanogui ~master (2021-04-26T14:20:51Z)
Dub
Repo
addVariable.addVariable
nanogui
formhelper
FormHelper
addVariable
Undocumented in source. Be warned that the author may not have intended to support it.
auto
addVariable
(string label, void delegate(Type) setter, Type delegate() getter, bool editable)
template
addVariable
(Type)
auto
addVariable
(
string
label
,
void
delegate
(
Type
)
setter
,
const
Type
delegate
(
)
getter
,
bool
editable
= true
)
auto
addVariable
(string label, Type value, bool editable)
Meta
Source
See Implementation
nanogui
formhelper
FormHelper
addVariable
functions
addVariable