@lionpeloux wrote:
Hello,
In a custom GH_Type …
GH_CDirectrix : GH_Goo<CDirectrix>, IGH_PreviewData
… I’m implementing a custom preview by overriding:
public void DrawViewportWires(GH_PreviewWireArgs args){}
How can I know If this method is called by a selected component (for instance a list item component) to customize the color of the display ?
I know how to do that within a parameter (
Attributes.Selected
) display but not in the type itself …Thanks
Posts: 2
Participants: 2