Closed thmsndk closed 4 years ago
A dynamic settings interface that allows easy registration of settings / pages & sections, you open it by pressing ESC
ESC
The property or field needs to be static and have the SettingAttribute
[Setting("Misc/Camera", "Enable CameraIdle", "Enable / Disable camera idle")] private static bool _enableCameraIdle = true; [Setting("Misc/Camera", "Minimum Minutes", "")] private static float _minimumIdleMinutes = 1f; [Setting("Misc/Camera", "Maximum Minutes", "")] private static float _maximumIdleMinutes = 5f;
Closes #180
A dynamic settings interface that allows easy registration of settings / pages & sections, you open it by pressing
ESC
The property or field needs to be static and have the SettingAttribute
Closes #180