ExcludeFromPresetAttribute
Add this attribute to a class to prevent creating a Preset from the instances of the class.
Read time 3 minutesLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
- Inherits from: Attribute
- Implements: _Attribute
[AttributeUsage(AttributeTargets.Class, Inherited = false)]public class ExcludeFromPresetAttribute : Attribute, _Attribute