Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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 4 days ago

Definition

[AttributeUsage(AttributeTargets.Class)]public class ExcludeFromObjectFactoryAttribute : Attribute

Constructors

Constructor

Description

ExcludeFromObjectFactoryAttribute()Default constructor.

Inheritance

Inherited Members