This version of Unity is unsupported.

CreatePropertyAttribute

class in Unity.Properties

/

Inherits from:Scripting.RequiredMemberAttribute

/

Implemented in:UnityEngine.PropertiesModule

Description

Use this attribute to have a property generated for the member.

By default public fields will have properties generated.

Properties

ReadOnly Indicates if the property should generate a setter.

Inherited Members