Aqla Solutions

[This is preliminary documentation and is subject to change.]

Namespace: JustLogic.Editor.JLGUI.Drawers
Assembly: JustLogicCoreEditor (in JustLogicCoreEditor.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected override void DrawLabel(
	GUIContent label,
	bool isAppendedToHorizontal,
	ref bool hasVerticalOutline,
	IDrawContext context
)
JScript
protected override function DrawLabel(
	label : GUIContent, 
	isAppendedToHorizontal : boolean, 
	hasVerticalOutline : boolean, 
	context : IDrawContext
)

Parameters

label
Type: GUIContent
isAppendedToHorizontal
Type: System..::..Boolean
hasVerticalOutline
Type: System..::..Boolean%
context
Type: JustLogic.Editor.JLGUI..::..IDrawContext

See Also