Click or drag to resize

MCGUIHorizontalLayoutScope Class

Inheritance Hierarchy
SystemObject
  HightlanderSolutions.MeshCheckerEditorExtension.UserInterfaceMCGUIHorizontalLayoutScope

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.UserInterface
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public sealed class HorizontalLayoutScope : IDisposable

The MCGUIHorizontalLayoutScope type exposes the following members.

Constructors
  NameDescription
Public methodMCGUIHorizontalLayoutScope
Initializes a new instance of the MCGUIHorizontalLayoutScope class.
Public methodMCGUIHorizontalLayoutScope(GUIStyle)
Initializes a new instance of the MCGUIHorizontalLayoutScope class.
Public methodMCGUIHorizontalLayoutScope(GUIStyle, Color)
Initializes a new instance of the MCGUIHorizontalLayoutScope class.
Public methodMCGUIHorizontalLayoutScope(GUIStyle, GUILayoutOption)
Initializes a new instance of the MCGUIHorizontalLayoutScope class.
Public methodMCGUIHorizontalLayoutScope(GUIStyle, Color, GUILayoutOption)
Initializes a new instance of the MCGUIHorizontalLayoutScope class.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Top
See Also