com.onlineobject.objectnet Namespace

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

Draws the horizontal int bar.

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

Syntax


public static void DrawHorizontalIntBar(

	ref SerializedProperty value,

	string label,

	int min,

	int max,

	int fontSize,

	string valueText

)

Parameters

value
Type: SerializedProperty%
The value.
label
Type: String
The label.
min
Type: Int32
The minimum.
max
Type: Int32
The maximum.
fontSize
Type: Int32
Size of the font.
valueText
Type: String
The value text.