Click or drag to resize

ExpandableContainerDraw Method

Draws the container with content.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.UserInterface
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
public void Draw(
	Rect position,
	[CanBeNullAttribute] ExpandableContainerDrawContentDelegate contentDrawer
)

Parameters

position
Type: Rect
The position where expanded container should be drawn.
contentDrawer
Type: HightlanderSolutions.MeshCheckerEditorExtension.UserInterfaceExpandableContainerDrawContentDelegate
The content drawer callback.
See Also