com.onlineobject.objectnet Namespace

EditorUtils..::..DrawHorizontalFloatBar Method (SerializedProperty%, String, Single, Single, Single, String)

Draws the horizontal float bar.

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

Syntax


public static void DrawHorizontalFloatBar(

	ref SerializedProperty value,

	string label,

	float min,

	float max,

	float increaseDecrease,

	string format

)

Parameters

value
Type: SerializedProperty%
The value.
label
Type: String
The label.
min
Type: Single
The minimum.
max
Type: Single
The maximum.
increaseDecrease
Type: Single
The increase decrease.
format
Type: String
The format.