Enum AssemblyExportType
Namespace: AssetRipper.Export.UnityProjects.Scripts
Assembly: AssetRipper.Export.UnityProjects.dll
Syntax
public enum AssemblyExportType
Fields
Name | Description |
---|---|
Decompile | The assembly should be decompiled. |
Save | The assembly should be saved as is. |
Skip | The assembly is a framework assembly and should be skipped. |