Click or drag to resize

MCGUIVerticalLayoutScope Class

Inheritance Hierarchy
SystemObject
  HightlanderSolutions.MeshCheckerEditorExtension.UserInterfaceMCGUIVerticalLayoutScope

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

The MCGUIVerticalLayoutScope type exposes the following members.

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