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