ExcludeFromObjectFactoryAttribute
Add this attribute to a class to prevent the class and its inherited classes from being created with ObjectFactory methods.
Read time 3 minutesLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
- Inherits from: Attribute
- Implements: _Attribute
[AttributeUsage(AttributeTargets.Class)]public class ExcludeFromObjectFactoryAttribute : Attribute, _Attribute
Constructors
Constructor | Description |
|---|---|
| ExcludeFromObjectFactoryAttribute() | Default constructor. |