![]() |
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... | |
![]() | |
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 | |
![]() | |
virtual void | SetDefaults () |
Sets the defaults values for this instance More... | |
override string | ToString () |
![]() | |
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().