Class AssetDiff. This class cannot be inherited.
More...
Class AssetDiff. This class cannot be inherited.
Definition at line 15 of file AssetDiff.cs.
SiliconStudio.Assets.Diff.AssetDiff.AssetDiff |
( |
Asset |
baseAsset, |
|
|
Asset |
asset1, |
|
|
Asset |
asset2 |
|
) |
| |
Initializes a new instance of the AssetDiff class.
- Parameters
-
baseAsset | The base asset. |
asset1 | The asset1. |
asset2 | The asset2. |
Definition at line 31 of file AssetDiff.cs.
Diff3Node SiliconStudio.Assets.Diff.AssetDiff.Compute |
( |
bool |
forceRecompute = false | ) |
|
Computes the diff3 between BaseAsset, Asset1 and Asset2.
- Parameters
-
forceRecompute | if set to true force to recompute the diff. |
- Returns
- The result of the diff. This result is cached so next call will return it directly.
Definition at line 80 of file AssetDiff.cs.
void SiliconStudio.Assets.Diff.AssetDiff.Reset |
( |
| ) |
|
Asset SiliconStudio.Assets.Diff.AssetDiff.Asset1 |
|
get |
Asset SiliconStudio.Assets.Diff.AssetDiff.Asset2 |
|
get |
Asset SiliconStudio.Assets.Diff.AssetDiff.BaseAsset |
|
get |
The documentation for this class was generated from the following file:
- D:/Projects/Bitbucket Hosting/DoxygenFilesAndSources/Paradox v1.0.0 beta06/sources/assets/SiliconStudio.Assets/Diff/AssetDiff.cs