Class BundleTools.ExcludedAssembly
Used to keep track of excluded asmdef files during the build process
Namespace: WeaverCore.Editor.Compilation
Assembly: WeaverCore.Editor.dll
Syntax
[Serializable]
public class BundleTools.ExcludedAssembly
Fields
| Edit this page View SourceAssemblyName
The assembly name of the asmdef
Declaration
public string AssemblyName
Field Value
Type | Description |
---|---|
string |
OriginalExcludedPlatforms
The original list of excluded platforms for the asmdef
Declaration
public List<string> OriginalExcludedPlatforms
Field Value
Type | Description |
---|---|
List<string> |
OriginalIncludedPlatforms
The original list of included platforms for the asmdef
Declaration
public List<string> OriginalIncludedPlatforms
Field Value
Type | Description |
---|---|
List<string> |