Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CreatePropertyAttribute

Use this attribute to have a property generated for the member.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Class
  • Namespace: Unity.Properties
  • Assembly: UnityEngine.PropertiesModule
[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.