Aqla Solutions

[This is preliminary documentation and is subject to change.]

Namespace: JustLogic.Editor
Assembly: JustLogicCoreEditor (in JustLogicCoreEditor.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static Object RestoreSnapshot(
	Copier..::..CopiedData data,
	IList<Object> references = null
)
JScript
public static function RestoreSnapshot(
	data : Copier..::..CopiedData, 
	references : IList<Object>
) : Object

Parameters

data
Type: JustLogic.Editor..::..Copier..::..CopiedData
references (Optional)
Type: System.Collections.Generic..::..IList<(Of <(<'Object>)>)>

See Also