ProjectType Enum

Definition

From which source was the project created.

public enum class ProjectType
public enum ProjectType
type ProjectType = 
Public Enum ProjectType
Inheritance
ProjectType

Fields

AsmDef 0

The project is backed by an Assembly-Definition file.

EditorAsmDef 1

The project is backed by an Assembly-Definition file that only targets editor.

PredefinedAssembly 3

The project is one of the pre-defined assemblies (Assembly-CSharp, etc).

PredefinedEditorAssembly 2

The project is one of the pre-defined editor assemblies (Assembly-CSharp-Editor, etc).

Applies to