com.onlineobject.objectnet Namespace

EditorUtils..::..DrawHorizontalIntBar Method (Int32%, Int32, Int32, String)

Draws the horizontal int bar.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public static void DrawHorizontalIntBar(

	ref int value,

	int min,

	int max,

	string label

)

Parameters

value
Type: Int32%
The value.
min
Type: Int32
The minimum.
max
Type: Int32
The maximum.
label
Type: String
The label.