Click or drag to resize

GLEditorTDrawInspectorButtons Method

Draws the buttons in the inspector for all method in the target class that are marked with the InspectorButtonAttribute.

Namespace:  Gamelogic.Extensions.Editor.Internal
Assembly:  Assembly-CSharp-Editor (in Assembly-CSharp-Editor.dll) Version: 0.0.0.0
Syntax
C#
protected void DrawInspectorButtons(
	int columnCount
)

Parameters

columnCount
Type: SystemInt32
The number of columns to draw the buttons in.
See Also