Skip to content

Commit

Permalink
Updated README for function names
Browse files Browse the repository at this point in the history
  • Loading branch information
ChemiKhazi committed Jul 5, 2017
1 parent f16858f commit adce0af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ public class CustomSortableInspector : ReorderableArrayInspector
// with ReorderableList when applicable
/*
// Draw all properties
DrawDefaultSortable();
DrawPropertiesAll();
// Like DrawPropertiesExcluding
DrawSortableExcept("sprites");
DrawPropertiesExcept("sprites");
// Draw all properties, starting from specified property
DrawPropertiesFrom("propertyName");
Expand Down

0 comments on commit adce0af

Please sign in to comment.