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)
auto
addVariable
(string label, Type value, bool editable)
template
addVariable
(Type)
auto
addVariable
(
string
label
,
ref
Type
value
,
bool
editable
= true
)
Meta
Source
See Implementation
nanogui
formhelper
FormHelper
addVariable
functions
addVariable