DontCreatePropertyAttribute
Use this attribute to prevent have a property from being automatically generated on a public field.
Read time 3 minutesLast updated 8 days ago
Definition
- Type: Class
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
- Inherits from: Attribute
- Implements: _Attribute
[AttributeUsage(AttributeTargets.Field)]public class DontCreatePropertyAttribute : Attribute, _Attribute