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 |
|---|---|
| ReadOnly | Indicates if the property should generate a setter. |