
Telling the workshop to select another selected object
To tell the workshop to select another keyword we can make use ofPluginServices
and request it.
SetGizmoMode(int mode)
:
GetGizmoMode
to get the current gizmo mode selected by the user.
How shall I know if a object is selected?
You can get if already the user has selected an object withGetSelected
which will return nil
if no object was selected: