Hi,
I am trying to make 2 click buttons on a single GrassHopper componenent using c# but only able to make one.
Can someone help me with the same?
My code part;-
public override void CreateAttributes()
{
m_attributes = new CustomUI.ButtonUIAttributes(this, “Choose”, FunctionToRunOnClick, “Opt description”);
m_attributes = new CustomUII.ButtonUIAttribute(this, “Create”, FunctionToRunOnClick, “Opt description”);
}