[ReadOnly]

Attribute makes the field read-only.

Examples

[ReadOnly]
public string id;

[ReadOnly]
public int readOnlyValue;

Last updated