Show / Hide Table of Contents

Class LibraryConfiguration

Inheritance
System.Object
CoreConfiguration
LibraryConfiguration
Inherited Members
CoreConfiguration.DisableScriptImport
CoreConfiguration.ImportSettings
CoreConfiguration.ExportRootPath
CoreConfiguration.ProjectRootPath
CoreConfiguration.AssetsPath
CoreConfiguration.ProjectSettingsPath
CoreConfiguration.AuxiliaryFilesPath
CoreConfiguration.Version
CoreConfiguration.SingletonData
CoreConfiguration.ListData
CoreConfiguration.SetProjectSettings(UnityVersion)
CoreConfiguration.ResetToDefaultValues()
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()
Namespace: AssetRipper.Export.UnityProjects.Configuration
Assembly: AssetRipper.Export.UnityProjects.dll
Syntax
public class LibraryConfiguration : CoreConfiguration

Constructors

| Improve this Doc View Source

LibraryConfiguration()

Declaration
public LibraryConfiguration()

Properties

| Improve this Doc View Source

ExportSettings

Declaration
public ExportSettings ExportSettings { get; set; }
Property Value
Type Description
AssetRipper.Export.UnityProjects.Configuration.ExportSettings
| Improve this Doc View Source

LanguageCode

Declaration
public string LanguageCode { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ProcessingSettings

Declaration
public ProcessingSettings ProcessingSettings { get; set; }
Property Value
Type Description
AssetRipper.Processing.Configuration.ProcessingSettings
| Improve this Doc View Source

SaveSettingsToDisk

Declaration
public bool SaveSettingsToDisk { get; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

LoadFromDefaultPath()

Declaration
public void LoadFromDefaultPath()
| Improve this Doc View Source

LogConfigurationValues()

Declaration
public override void LogConfigurationValues()
Overrides
CoreConfiguration.LogConfigurationValues()
| Improve this Doc View Source

MaybeSaveToDefaultPath()

Declaration
public void MaybeSaveToDefaultPath()
| Improve this Doc View Source

SaveToDefaultPath()

Declaration
public void SaveToDefaultPath()
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾