Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

static function Merge(assets: AssetList, method: MergeMethod): Task;
static Task Merge(AssetList assets, MergeMethod method);
static def Merge(assets as AssetList, method as MergeMethod) as Task

Parameters

assetsThe list of conflicting assets to be merged.
methodHow to merge the assets.

Description

This method will initiate a merge task handle merging of the conflicting assets.

An initial attempt of is made to make a simple merge automatically. If this fails the merge method decide if manual merge too will be spawned of not.