Class LibraryConfiguration
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()
Namespace: AssetRipper.Export.UnityProjects.Configuration
Assembly: AssetRipper.Export.UnityProjects.dll
Syntax
public class LibraryConfiguration : CoreConfiguration
Constructors
| Improve this Doc View SourceLibraryConfiguration()
Declaration
public LibraryConfiguration()
Properties
| Improve this Doc View SourceExportSettings
Declaration
public ExportSettings ExportSettings { get; set; }
Property Value
Type | Description |
---|---|
AssetRipper.Export.UnityProjects.Configuration.ExportSettings |
LanguageCode
Declaration
public string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProcessingSettings
Declaration
public ProcessingSettings ProcessingSettings { get; set; }
Property Value
Type | Description |
---|---|
AssetRipper.Processing.Configuration.ProcessingSettings |
SaveSettingsToDisk
Declaration
public bool SaveSettingsToDisk { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceLoadFromDefaultPath()
Declaration
public void LoadFromDefaultPath()
LogConfigurationValues()
Declaration
public override void LogConfigurationValues()
Overrides
| Improve this Doc View SourceMaybeSaveToDefaultPath()
Declaration
public void MaybeSaveToDefaultPath()
SaveToDefaultPath()
Declaration
public void SaveToDefaultPath()