Пример #1
0
 protected void DrawListProperty(ReorderableList property)
 {
     if (property != null && property.IsValid())
     {
         DrawTitleLabel(property.serializedProperty.displayName);
         property.DoLayoutList();
     }
 }