com.onlineobject.objectnet Namespace

EditorUtils..::..PrintExplanationLabel Method (String, String, Color, Single, Int32, Int32, Boolean)

Prints the explanation label.

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

Syntax


public static void PrintExplanationLabel(

	string text,

	string icon,

	Color textColor,

	float startSpace,

	int fontSize,

	int offsetHeight,

	bool wrap

)

Parameters

text
Type: String
The text.
icon
Type: String
The icon.
textColor
Type: Color
Color of the text.
startSpace
Type: Single
The start space.
fontSize
Type: Int32
Size of the font.
offsetHeight
Type: Int32
Height of the offset.
wrap
Type: Boolean
if set to true [wrap].