Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CreatePropertyAttribute

Use this attribute to have a property generated for the member.
Read time 3 minutesLast updated 6 days ago

Definition

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]public class CreatePropertyAttribute : RequiredMemberAttribute

Remarks

By default public fields will have properties generated.

Properties

Property

Description

ReadOnlyIndicates if the property should generate a setter.

Inheritance

Inherited Members