AssemblyIsEditorAssembly
Assembly level attribute. Any classes in an assembly with this attribute will be considered to be Editor Classes.
Read time 3 minutesLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
- Inherits from: Attribute
[AttributeUsage(AttributeTargets.Assembly)]public class AssemblyIsEditorAssembly : Attribute
Constructors
Constructor | Description |
|---|---|
| AssemblyIsEditorAssembly() | Constructor. |