File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 3.0.1] - 2020-08-02
4+ ### Fixed
5+ - Resetting of horizontal and vertical centering
6+
37## [ 3.0.0] - 2020-08-02
48### Added
59- Pooling of Constrained Rect
Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ internal void Reset(Rect parent)
3434 {
3535 this . parent = parent ;
3636
37+ centerHorizontally = false ;
38+ centerVertically = false ;
39+
3740 Top . Reset ( ) ;
3841 Bottom . Reset ( ) ;
3942 Left . Reset ( ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " net.tnrd.constrainedrect" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.1 " ,
44 "displayName" : " Constrained Rect" ,
55 "description" : " A simple helper to constrain a Rect to an EditorWindow or another Rect" ,
66 "unity" : " 2019.1" ,
You can’t perform that action at this time.
0 commit comments