med-material / VREyeTrackingAccuracyTest

VR Tool to Test the Accuracy of the Pupil Labs Eye Tracking Devices (Unity 2018.2.7f1)
MIT License
2 stars 4 forks source link

StartConfig: Expose settings and let LoggingManager log their values #15

Open bastianilso opened 5 years ago

bastianilso commented 5 years ago

With the recent pull request #14 Log default values, settings which no longer has a UI representation still gets logged. However, it would be nice if we could still control them from a single place. Right now, the booleans in StartConfig and the booleans in LoggingManager does not talk with each other - changing the showGrid boolean in StartConfig to false, might still mean that the LoggingManager will log showGrid as true.

I suggest that we: