Click or drag to resize

MCGUIVerticalLayoutScope Constructor (GUIStyle, Color)

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.UserInterface
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public VerticalLayoutScope(
	GUIStyle style,
	Color color
)

Parameters

style
Type: GUIStyle
The style.
color
Type: Color
The color.
See Also