feat: add TRS serialization and display property support to MultiSelectionProp
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user