Skip to content

Commit

Permalink
Fix image
Browse files Browse the repository at this point in the history
  • Loading branch information
LeLocTai authored Aug 29, 2017
1 parent e0acbec commit 5be9057
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 @@ -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)
![](http://imgur.com/XcDQniZ.png)

## 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).

0 comments on commit 5be9057

Please sign in to comment.