![]() |
Paradox Game Engine
v1.0.0 beta06
|
An event generated by AssetImportSession by the AssetImportSession.Progress handler. This class cannot be inherited. More...
Public Member Functions | |
AssetImportSessionEvent (AssetImportSessionEventType type, AssetImportSessionStepType step, AssetToImportByImporter toImportByImporter) | |
Initializes a new instance of the AssetImportSessionEvent class. More... | |
AssetImportSessionEvent (AssetImportSessionEventType type, AssetImportSessionStepType step, AssetToImportMergeGroup toImport) | |
Initializes a new instance of the AssetImportSessionEvent class. More... | |
Properties | |
AssetImportSessionEventType | Type [get, set] |
Gets the type of event. More... | |
AssetImportSessionStepType | Step [get, set] |
Gets the step of this event. More... | |
AssetToImportByImporter | ToImportByImporter [get, set] |
Gets the asset being imported with its specified importer. More... | |
AssetToImportMergeGroup | ToImport [get, set] |
Gets the asset being imported. More... | |
An event generated by AssetImportSession by the AssetImportSession.Progress handler. This class cannot be inherited.
Definition at line 11 of file AssetImportSessionEvent.cs.
SiliconStudio.Assets.AssetImportSessionEvent.AssetImportSessionEvent | ( | AssetImportSessionEventType | type, |
AssetImportSessionStepType | step, | ||
AssetToImportByImporter | toImportByImporter | ||
) |
Initializes a new instance of the AssetImportSessionEvent class.
type | The step. |
step | The Step. |
toImportByImporter | To import by importer. |
System.ArgumentNullException | toImportByImporter |
Definition at line 20 of file AssetImportSessionEvent.cs.
SiliconStudio.Assets.AssetImportSessionEvent.AssetImportSessionEvent | ( | AssetImportSessionEventType | type, |
AssetImportSessionStepType | step, | ||
AssetToImportMergeGroup | toImport | ||
) |
Initializes a new instance of the AssetImportSessionEvent class.
type | The step. |
step | The Step. |
toImport | To import merge group. |
System.ArgumentNullException | ToImport |
Definition at line 36 of file AssetImportSessionEvent.cs.
|
getset |
|
getset |
|
getset |
Gets the asset being imported with its specified importer.
To import by importer.
Definition at line 62 of file AssetImportSessionEvent.cs.
|
getset |