We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ListView
1 parent 8c5f0bf commit e7eb00aCopy full SHA for e7eb00a
Demo/CustomUISample.cs
@@ -85,7 +85,7 @@ public void LogArrayValues(SerializedProperty[] value) {
85
86
[SectionHeader("List View")]
87
[OnValueChanged("EventAdded")]
88
- [ListView("EventsList", "AddEvent", addButtonText = "Add Event")]
+ [ListView("EventsList", "AddEvent", "Add Event")]
89
public string[] events;
90
91
[ListView("EventsList")] public UdonSharpBehaviour[] targets;
0 commit comments