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