gelic-idealab / impress

Education Research domain module for the Komodo platform
3 stars 2 forks source link

Allow GroupManager to read the state of the controllers #9

Closed parseccentric closed 2 years ago

parseccentric commented 2 years ago

Closing this immediately because it's part of a delayed feature. Will re-open when we resume that feature.

Work-In-Progress Feature Description GroupManager should be able to interact with KomodoCore such that it can read the state of the controllers.

Obstacles Impress GroupManager tried to reach into KomodoControllerInteraction to reference a transform, but I think I turned one of those variables private.

Considerations Should the transform stay private and we instead expose a function for Impress to use?