Class CoreConfiguration
Inheritance
System.Object
CoreConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: AssetRipper.Import.dll
Syntax
public class CoreConfiguration
Constructors
|
Improve this Doc
View Source
CoreConfiguration()
Declaration
public CoreConfiguration()
Properties
|
Improve this Doc
View Source
AssetsPath
Declaration
public string AssetsPath { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AuxiliaryFilesPath
Declaration
public string AuxiliaryFilesPath { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DisableScriptImport
Disabling scripts can allow some games to export when they previously did not.
Declaration
public bool DisableScriptImport { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ExportRootPath
The root path to export to
Declaration
public string ExportRootPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ImportSettings
Declaration
public ImportSettings ImportSettings { get; set; }
Property Value
Type |
Description |
AssetRipper.Import.Configuration.ImportSettings |
|
|
Improve this Doc
View Source
ListData
Declaration
public ListDataStorage ListData { get; }
Property Value
|
Improve this Doc
View Source
ProjectRootPath
The path to create a new unity project in
Declaration
public string ProjectRootPath { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ProjectSettingsPath
Declaration
public string ProjectSettingsPath { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SingletonData
Declaration
public SingletonDataStorage SingletonData { get; }
Property Value
|
Improve this Doc
View Source
Version
Declaration
public UnityVersion Version { get; }
Property Value
Type |
Description |
UnityVersion |
|
Methods
|
Improve this Doc
View Source
LogConfigurationValues()
Declaration
public virtual void LogConfigurationValues()
|
Improve this Doc
View Source
ResetToDefaultValues()
Declaration
public virtual void ResetToDefaultValues()
|
Improve this Doc
View Source
SetProjectSettings(UnityVersion)
Declaration
public void SetProjectSettings(UnityVersion version)
Parameters
Type |
Name |
Description |
UnityVersion |
version |
|