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 void UpdateLayoutType(
	int parentsFromHorizontalStart,
	IDrawContext context,
	out int horizontalChildren,
	out int maxDepth,
	out bool isTuple
)
JScript
public final function UpdateLayoutType(
	parentsFromHorizontalStart : int, 
	context : IDrawContext, 
	horizontalChildren : int, 
	maxDepth : int, 
	isTuple : boolean
)

Parameters

parentsFromHorizontalStart
Type: System..::..Int32
context
Type: JustLogic.Editor.JLGUI..::..IDrawContext
horizontalChildren
Type: System..::..Int32%
maxDepth
Type: System..::..Int32%
isTuple
Type: System..::..Boolean%

Implements

IParameterDrawer..::..UpdateLayoutType(Int32, IDrawContext, Int32%, Int32%, Boolean%)

See Also