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 GetUnits(
	out IList<TypeInfo> units,
	out Object cacheKey
)
JScript
protected override function GetUnits(
	units : IList<TypeInfo>, 
	cacheKey : Object
)

Parameters

units
Type: System.Collections.Generic..::..IList<(Of <(<'TypeInfo>)>)>%
cacheKey
Type: System..::..Object%

See Also