5 namespace SiliconStudio.Assets.Compiler
19 if (asset == null)
throw new ArgumentNullException(
"asset");
20 if (result == null)
throw new ArgumentNullException(
"result");
Result of a compilation of assets when using IAssetCompiler.Compile
An asset item part of a Package accessible through SiliconStudio.Assets.Package.Assets.
AssetCompiledArgs(AssetItem asset, AssetCompilerResult result)
Constructs an AssetCompiledArgs instance.
The class represents the argument of the ItemListCompiler.AssetCompiled event raised by the ItemListC...