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 bool OnDraw(
	IDrawContext context,
	bool isNewAreaStarted
)
JScript
protected override function OnDraw(
	context : IDrawContext, 
	isNewAreaStarted : boolean
) : boolean

Parameters

context
Type: JustLogic.Editor.JLGUI..::..IDrawContext
isNewAreaStarted
Type: System..::..Boolean

See Also