Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

[AttributeUsage(AttributeTargets.Field)]public class DontCreatePropertyAttribute : Attribute

Inheritance

Inherited Members