![]() |
Paradox Game Engine
v1.0.0 beta06
|
Public Member Functions | |
abstract AssetImporterParameters | GetDefaultParameters (bool isForReImport) |
Gets the default parameters for this importer. More... | |
abstract IEnumerable< AssetItem > | Import (UFile rawAssetPath, AssetImporterParameters importParameters) |
Imports a raw assets from the specified path into the specified package. More... | |
Properties | |
abstract Guid | Id [get] |
virtual string | Name [get] |
abstract string | Description [get] |
abstract string | SupportedFileExtensions [get] |
virtual int | DisplayRank [get] |
![]() | |
Guid | Id [get] |
Gets an unique identifier to identify the importer. See remarks. More... | |
string | Name [get] |
Gets the name of this importer. More... | |
string | Description [get] |
Gets the description of this importer. More... | |
string | SupportedFileExtensions [get] |
Gets the supported file extensions (separated by ',' for multiple extensions) by this importer. More... | |
int | DisplayRank [get] |
Gets the rank of this importer, higher is the value, higher the importer is important or commonly used. Default is 100 . More... | |
Definition at line 9 of file AssetImporterBase.cs.
|
pure virtual |
Gets the default parameters for this importer.
isForReImport |
The supported types.
Implements SiliconStudio.Assets.IAssetImporter.
Implemented in SiliconStudio.Paradox.Assets.Audio.RawMusicAssetImporter, SiliconStudio.Paradox.Assets.Audio.RawSoundAssetImporter, SiliconStudio.Paradox.Assets.Texture.TextureImporter, and SiliconStudio.Paradox.Assets.Model.ModelAssetImporter.
|
pure virtual |
Imports a raw assets from the specified path into the specified package.
rawAssetPath | The path to a raw asset on the disk. |
importParameters | The parameters. It is mandatory to call GetDefaultParameters and pass the parameters instance here |
Implements SiliconStudio.Assets.IAssetImporter.
Implemented in SiliconStudio.Paradox.Assets.Model.ModelAssetImporter, SiliconStudio.Paradox.Assets.Audio.RawMusicAssetImporter, SiliconStudio.Paradox.Assets.Audio.RawSoundAssetImporter, and SiliconStudio.Paradox.Assets.Texture.TextureImporter.
|
get |
Definition at line 21 of file AssetImporterBase.cs.
|
get |
Definition at line 26 of file AssetImporterBase.cs.
|
get |
Definition at line 11 of file AssetImporterBase.cs.
|
get |
Definition at line 14 of file AssetImporterBase.cs.
|
get |
Definition at line 23 of file AssetImporterBase.cs.