Click or drag to resize

ExpandableContainer Constructor

Initializes a new instance of the ExpandableContainer class.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.UserInterface
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
public ExpandableContainer(
	[NotNullAttribute] Action repaintCallback,
	[CanBeNullAttribute] GUIStyle style = null
)

Parameters

repaintCallback
Type: SystemAction
The repaint callback which used to repaint owner window when animating.
style (Optional)
Type: GUIStyle
The container style. (Optional)
See Also