Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Assets.AssetToImportMerge Class Reference

Describes a mergeable previous item. The item as a MatchingFactor and IsMergeable is true if the AssetToImportMergeGroup.Item can be merged into PreviousItem. More...

Properties

AssetItem PreviousItem [get, set]
 Gets the previous item matching the new item to import. More...
 
AssetDiff Diff [get, set]
 Gets the difference between the PreviousItem and the item to import. More...
 
bool IsMergeable [get]
 Gets a value indicating whether the new item is mergeable into the PreviousItem. More...
 
MergeResult MergePreviewResult [get, set]
 Gets the merge preview result. More...
 
double MatchingFactor [get, set]
 Gets the matching factor, between 0.0 and 1.0, a match of 1.0 indicates that the assets are identical. More...
 
List< AssetToImportMergeGroupDependencyGroups [get, set]
 Gets the list of AssetToImportMergeGroup this merge is dependent on. More...
 

Detailed Description

Describes a mergeable previous item. The item as a MatchingFactor and IsMergeable is true if the AssetToImportMergeGroup.Item can be merged into PreviousItem.

Definition at line 15 of file AssetToImportMerge.cs.

Property Documentation

List<AssetToImportMergeGroup> SiliconStudio.Assets.AssetToImportMerge.DependencyGroups
getset

Gets the list of AssetToImportMergeGroup this merge is dependent on.

The dependency groups.

Definition at line 71 of file AssetToImportMerge.cs.

AssetDiff SiliconStudio.Assets.AssetToImportMerge.Diff
getset

Gets the difference between the PreviousItem and the item to import.

The difference.

Definition at line 41 of file AssetToImportMerge.cs.

bool SiliconStudio.Assets.AssetToImportMerge.IsMergeable
get

Gets a value indicating whether the new item is mergeable into the PreviousItem.

true if the new item is mergeable into the PreviousItem; otherwise, false.

Definition at line 48 of file AssetToImportMerge.cs.

double SiliconStudio.Assets.AssetToImportMerge.MatchingFactor
getset

Gets the matching factor, between 0.0 and 1.0, a match of 1.0 indicates that the assets are identical.

The matching factor.

Definition at line 65 of file AssetToImportMerge.cs.

MergeResult SiliconStudio.Assets.AssetToImportMerge.MergePreviewResult
getset

Gets the merge preview result.

The merge preview result.

Definition at line 59 of file AssetToImportMerge.cs.

AssetItem SiliconStudio.Assets.AssetToImportMerge.PreviousItem
getset

Gets the previous item matching the new item to import.

The previous item.

Definition at line 35 of file AssetToImportMerge.cs.


The documentation for this class was generated from the following file: