Click or drag to resize

SelectionGridItemT Structure

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.UserInterface
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public struct SelectionGridItem<T>

Type Parameters

T
Type of referenced item.

The SelectionGridItemT type exposes the following members.

Constructors
  NameDescription
Public methodSelectionGridItemT(GUIContent, T, Single, Single, GUIStyle, Boolean)
Initializes a new instance of the SelectionGridItemT struct.
Public methodSelectionGridItemT(GUIContent, T, Single, Single, GUIStyle, Color, Boolean)
Initializes a new instance of the SelectionGridItemT struct.
Top
Fields
  NameDescription
Public fieldReferencedItem
Object, that linked with SelectionGridItem
Top
See Also