Skip to content

Commit

Permalink
Update CHANGELOD and README
Browse files Browse the repository at this point in the history
  • Loading branch information
LanKuDot committed Mar 25, 2023
1 parent 4416ed4 commit 7057def
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CircularScrollingList/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@
- Support 3 different focusing posiiton
- Support the list to be stopped at the top or the bottom
- Support layout preview in the editor
- Support initiailzation at runtime
- Support runtime setup and initialization
- Stop the movement by the script
- Toggle the interaction of the list by the script
- Provide setting setup by the script
- Get the the boxes in the list and the list which the box belongs to

**Changed**
Expand Down
4 changes: 2 additions & 2 deletions CircularScrollingList/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ The quick overview of version 6 - [Demo video](https://youtu.be/6y-_MaeWIAg)
- Custom layout and movement, and layout preview in the editor
- Custom displaying contents
- Support dynamic list contents
- Support interaction via the script
- Support interaction via the script - Content selection, toggle interaction state, etc.
- Runtime setup and initialization
- Image sorting - The box which is closest to the focusing position will be popped up
- Image sorting - The focused box will be popped up
- Provide callback events
- Support Unity 2018.4+ (Tested in Unity 2018.4.15f1. The demo scenes in the project are made in Unity 2019.4.16f1)

Expand Down
Binary file modified CircularScrollingList/README.pdf
Binary file not shown.

0 comments on commit 7057def

Please sign in to comment.