GH_SwitcherComponentOnComponentReset Method

OnComponentReset is called when the components output(s) invalidate. This happens, when a "nonoptional" input plug disconnects or the components values get cleared.

Definition

Namespace: Karamba.GHopper.Utilities.UIWidgets
Assembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
protected virtual void OnComponentReset(
	GH_ExtendableComponentAttributes attr
)

Parameters

attr  GH_ExtendableComponentAttributes

[Missing <param name="attr"/> documentation for "M:Karamba.GHopper.Utilities.UIWidgets.GH_SwitcherComponent.OnComponentReset(Karamba.GHopper.Utilities.UIWidgets.GH_ExtendableComponentAttributes)"]

See Also