Click or drag to resize

GH_SwitcherComponentSetup Method

Base method for initalizing menus and other attribute depending data. Override in derived class to initialze menus.

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
protected virtual void Setup(
	GH_SwitcherComponentAttributes attr
)

Parameters

attr
Type: Karamba.GHopper.Utilities.UIWidgetsGH_SwitcherComponentAttributes
The component's attributes
See Also