![]() |
Paradox Game Engine
v1.0.0 beta06
|
An importable asset. More...
Properties | |
| UFile | Source [get, set] |
| Gets or sets the source file of this More... | |
| Guid | ImporterId [get, set] |
| Gets or sets id of the importer used. More... | |
Properties inherited from SiliconStudio.Assets.Asset | |
| Guid | Id [get, set] |
| Gets or sets the unique identifier of this asset. More... | |
| int | SerializedVersion [get, set] |
| Gets or sets the version number for this asset, used internally when migrating assets. More... | |
| AssetBase | Base [get, set] |
| Gets or sets the base. More... | |
| int | BuildOrder [get, set] |
| Gets or sets the build order for this asset. More... | |
| TagCollection | Tags [get, set] |
| Gets the tags for this asset. More... | |
Additional Inherited Members | |
Public Member Functions inherited from SiliconStudio.Assets.Asset | |
| virtual void | SetDefaults () |
| Sets the defaults values for this instance More... | |
| override string | ToString () |
Protected Member Functions inherited from SiliconStudio.Assets.Asset | |
| Asset () | |
| Initializes a new instance of the Asset class. More... | |
An importable asset.
Definition at line 14 of file AssetImport.cs.
|
getset |
Gets or sets id of the importer used.
The id of the importer.
Definition at line 34 of file AssetImport.cs.
|
getset |
Gets or sets the source file of this
The source.
<userdoc> The source file of this asset. </userdoc>
Definition at line 25 of file AssetImport.cs.
Referenced by SiliconStudio.Paradox.Assets.Model.ModelAssetCompiler.Compile().