feat: add TRS serialization and display property support to MultiSelectionProp

This commit is contained in:
AndreaRigoni
2026-04-10 21:44:18 +00:00
parent e320c932d2
commit bf4006ff91
4 changed files with 56 additions and 9 deletions

View File

@@ -86,8 +86,10 @@ public:
void DisonnectViewer(Viewer *viewer);
void SetColor(double r, double g, double b);
void GetColor(double &r, double &g, double &b) const;
void SetOpacity(double alpha);
double GetOpacity() const;
void SetSelectable(bool selectable = true);
bool IsSelectable() const;