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#
public override bool Initialize(
	DrawerInitArgs args,
	Object value,
	IDrawContext context
)
JScript
public override function Initialize(
	args : DrawerInitArgs, 
	value : Object, 
	context : IDrawContext
) : boolean

Implements

IParameterDrawer..::..Initialize(DrawerInitArgs, Object, IDrawContext)

See Also