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

An event generated by AssetImportSession by the AssetImportSession.Progress handler. This class cannot be inherited. More...

Inheritance diagram for SiliconStudio.Assets.AssetImportSessionEvent:
EventArgs

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...
 

Detailed Description

An event generated by AssetImportSession by the AssetImportSession.Progress handler. This class cannot be inherited.

Definition at line 11 of file AssetImportSessionEvent.cs.

Constructor & Destructor Documentation

SiliconStudio.Assets.AssetImportSessionEvent.AssetImportSessionEvent ( AssetImportSessionEventType  type,
AssetImportSessionStepType  step,
AssetToImportByImporter  toImportByImporter 
)

Initializes a new instance of the AssetImportSessionEvent class.

Parameters
typeThe step.
stepThe Step.
toImportByImporterTo import by importer.
Exceptions
System.ArgumentNullExceptiontoImportByImporter

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.

Parameters
typeThe step.
stepThe Step.
toImportTo import merge group.
Exceptions
System.ArgumentNullExceptionToImport

Definition at line 36 of file AssetImportSessionEvent.cs.

Property Documentation

AssetImportSessionStepType SiliconStudio.Assets.AssetImportSessionEvent.Step
getset

Gets the step of this event.

The step.

Definition at line 56 of file AssetImportSessionEvent.cs.

AssetToImportMergeGroup SiliconStudio.Assets.AssetImportSessionEvent.ToImport
getset

Gets the asset being imported.

To import.

Definition at line 68 of file AssetImportSessionEvent.cs.

AssetToImportByImporter SiliconStudio.Assets.AssetImportSessionEvent.ToImportByImporter
getset

Gets the asset being imported with its specified importer.

To import by importer.

Definition at line 62 of file AssetImportSessionEvent.cs.

AssetImportSessionEventType SiliconStudio.Assets.AssetImportSessionEvent.Type
getset

Gets the type of event.

The type.

Definition at line 50 of file AssetImportSessionEvent.cs.


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