Implements the special guiVariableInspector field type of 'range' which adds a slider to allow editing a float range.

This commit is contained in:
Areloch 2020-06-07 02:22:12 -05:00
parent f6a2149dd1
commit 97880e44dd
3 changed files with 149 additions and 4 deletions

View file

@ -40,5 +40,6 @@ exec("./assimpImport.ed.gui");
exec("./fieldTypes/assetDependencies.cs");
exec("./fieldTypes/fieldTypes.cs");
exec("./fieldTypes/listField.cs");
exec("./fieldTypes/range.cs");
exec("./fieldTypes/moduleDependencies.cs");
exec("./fieldTypes/buttonField.cs");