![]() |
Paradox Game Engine
v1.0.0 beta06
|
Parameters used for loading a package. More...
Public Member Functions | |
PackageLoadParameters () | |
PackageLoadParameters | Clone () |
Clones this instance. More... | |
Static Public Member Functions | |
static PackageLoadParameters | Default () |
Gets the default parameters. More... | |
Properties | |
bool | LoadAssemblyReferences [get, set] |
Gets or sets a value indicating whether [load assembly references]. More... | |
bool | AutoCompileProjects [get, set] |
Gets or sets a value indicating whether to automatically compile projects that don't have their assembly generated. More... | |
Dictionary< string, string > | ExtraCompileProperties [get, set] |
Gets or sets the extra compile properties, used when AutoCompileProjects is true. More... | |
bool | AutoLoadTemporaryAssets [get, set] |
Gets or sets a value indicating whether to automatically load assets. Default is true More... | |
bool | ConvertUPathToAbsolute [get, set] |
Gets or sets a value indicating whether to convert all UPath to absolute paths when loading. Default is true More... | |
CancellationToken | CancelToken [get, set] |
Gets or sets the cancelation token. More... | |
AssemblyContainer | AssemblyContainer [get, set] |
Gets or sets the assembly container used to load assemblies referenced by the package. If null, will use the SiliconStudio.Core.Reflection.AssemblyContainer.Default More... | |
bool | GenerateNewAssetIds [get, set] |
Gets or sets the generate new asset ids. More... | |
Parameters used for loading a package.
Definition at line 13 of file PackageLoadParameters.cs.
SiliconStudio.Assets.PackageLoadParameters.PackageLoadParameters | ( | ) |
Definition at line 26 of file PackageLoadParameters.cs.
PackageLoadParameters SiliconStudio.Assets.PackageLoadParameters.Clone | ( | ) |
Clones this instance.
Definition at line 90 of file PackageLoadParameters.cs.
|
static |
Gets the default parameters.
Definition at line 21 of file PackageLoadParameters.cs.
|
getset |
Gets or sets the assembly container used to load assemblies referenced by the package. If null, will use the SiliconStudio.Core.Reflection.AssemblyContainer.Default
The assembly container.
Definition at line 78 of file PackageLoadParameters.cs.
|
getset |
Gets or sets a value indicating whether to automatically compile projects that don't have their assembly generated.
true
if [automatic compile projects]; otherwise, false
.
Definition at line 44 of file PackageLoadParameters.cs.
|
getset |
Gets or sets a value indicating whether to automatically load assets. Default is true
true
if [automatic load assets]; otherwise, false
.
Definition at line 58 of file PackageLoadParameters.cs.
|
getset |
Gets or sets the cancelation token.
The cancel token.
Definition at line 71 of file PackageLoadParameters.cs.
|
getset |
Gets or sets a value indicating whether to convert all UPath to absolute paths when loading. Default is true
true
if [convert u path to absolute]; otherwise, false
.
Definition at line 65 of file PackageLoadParameters.cs.
|
getset |
Gets or sets the extra compile properties, used when AutoCompileProjects is true.
The extra compile parameters.
Definition at line 52 of file PackageLoadParameters.cs.
|
getset |
Gets or sets the generate new asset ids.
The generate new asset ids.
Definition at line 84 of file PackageLoadParameters.cs.
|
getset |
Gets or sets a value indicating whether [load assembly references].
true
if [load assembly references]; otherwise, false
.
Definition at line 38 of file PackageLoadParameters.cs.