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 bool DrawVariableSelector(
	string label,
	SelectedVariableInfoBase variable,
	Action<SelectedVariableInfoBase> setter,
	IDrawContext context
)
JScript
public function DrawVariableSelector(
	label : String, 
	variable : SelectedVariableInfoBase, 
	setter : Action<SelectedVariableInfoBase>, 
	context : IDrawContext
) : boolean

See Also