Click or drag to resize

MCGUIHorizontalLayoutScope Constructor (GUIStyle, GUILayoutOption)

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.UserInterface
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public HorizontalLayoutScope(
	GUIStyle style,
	params GUILayoutOption[] layoutOptions
)

Parameters

style
Type: GUIStyle
The style.
layoutOptions
Type: GUILayoutOption
The layout options.
See Also