5 namespace SiliconStudio.Assets
22 if (toImportByImporter == null)
throw new ArgumentNullException(
"toImportByImporter");
25 ToImportByImporter = toImportByImporter;
38 if (toImport == null)
throw new ArgumentNullException(
"toImport");
41 ToImportByImporter = toImport.Parent;
An event generated by AssetImportSession by the AssetImportSession.Progress handler. This class cannot be inherited.
AssetImportSessionEvent(AssetImportSessionEventType type, AssetImportSessionStepType step, AssetToImportMergeGroup toImport)
Initializes a new instance of the AssetImportSessionEvent class.
AssetImportSessionEventType
The type of event begin or end published by AssetImportSession.Progress
Describes an asset to import associated with possible existing assets, mergeable or not...
Describes the importer that will import an AssetToImport and the generated list of assets to import...
AssetImportSessionStepType
The step being processed by the AssetImportSession
AssetImportSessionEvent(AssetImportSessionEventType type, AssetImportSessionStepType step, AssetToImportByImporter toImportByImporter)
Initializes a new instance of the AssetImportSessionEvent class.