| ExpandableContainer Constructor |
Namespace:
HightlanderSolutions.MeshCheckerEditorExtension.UserInterface
Assembly:
MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax 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