2022-12-01 12:32 AM
Hello, the question was already posted by another user ("how to access public variables in a base class"), but never answered.
In other words, the CubeMonitor shows only variables contained in derived class, all inherited variables are invisible. Is there a way to get around or fix this?
2022-12-22 04:01 AM
Hello @ABan.1
Sounds like it's not or badly supported by CubeMonitor. Will check with dev team if it's possible to improve. In the mean time you'll need to declare a public variable in your derived class that gets inherited value.