Use codegen for ViewDir
enum
#6320
Labels
🪵 Log & send APIs
Affects the user-facing API for all languages
other
Generated by the "Other" issue template
🍏 primitives
Relating to Rerun primitives
🚜 refactor
Change the code, not the functionality
We have codegen for enums but we haven't used it so far in for
ViewDir
which predates the addition of enums.This change would require some api breaking changes since
ViewDir
is scoped toViewCoordinates
in some SDK languages. As there's other major refactoring expected in this area, it should likely be done in conjunction with that.See
ViewCoordinates
component #2663The text was updated successfully, but these errors were encountered: