Skip to content

Commit

Permalink
Merge pull request #6 from LeLocTai/master
Browse files Browse the repository at this point in the history
Fix screenshot link. Include screenshot in repo to make sure it is viewable
  • Loading branch information
cfoulston authored Sep 22, 2017
2 parents e0acbec + 4236ccf commit 6593c68
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -2,7 +2,7 @@

An attempt to mimic the ReorderableList within Unity while adding some extended functionality.

![](https://forum.unity3d.com/proxy.php?image=http%3A%2F%2Fs17.postimg.org%2Fo7c45wm6n%2Flist.jpg&hash=d939c7862c82a8700778de41f655b952)
![](https://github.com/LeLocTai/Unity-Reorderable-List/blob/master/Screenshots/screenshot.jpg)

## Features

Expand All @@ -18,4 +18,4 @@ An attempt to mimic the ReorderableList within Unity while adding some extended

There are 2 ways to use the ReorderableList
1. Create a custom Editor for your class and create a ReorderableList pointing to your serializedProperty
2. Create custom list class which extends from ReorderableArray<T>, assign [Reorderable] attribute above property (not class).
2. Create custom list class which extends from ReorderableArray<T>, assign [Reorderable] attribute above property (not class).
Binary file added Screenshots/screenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6593c68

Please sign in to comment.