Welcome,
Guest
. Please
login
or
register
.
December 07, 2024, 05:28:38 AM
Home
Help
Search
Login
Register
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
How to know whether can move to left,right,up,down about UIScrollView?
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to know whether can move to left,right,up,down about UIScrollView? (Read 2129 times)
xiaoniaojjj
Full Member
Thank You
-Given: 0
-Receive: 0
Posts: 140
How to know whether can move to left,right,up,down about UIScrollView?
«
on:
April 18, 2014, 10:07:08 PM »
How to know whether can move to left,right,up,down about UIScrollView?
Means whether reached the border (left,right,up,down)
I know the "canMoveVertically", but i don't know up or down.
«
Last Edit: April 18, 2014, 10:28:24 PM by xiaoniaojjj
»
Logged
ArenMook
Administrator
Hero Member
Thank You
-Given: 337
-Receive: 1171
Posts: 22,128
Toronto, Canada
Re: How to know whether can move to left,right,up,down about UIScrollView?
«
Reply #1 on:
April 19, 2014, 05:57:44 PM »
I'm not sure what you mean...
Logged
xiaoniaojjj
Full Member
Thank You
-Given: 0
-Receive: 0
Posts: 140
Re: How to know whether can move to left,right,up,down about UIScrollView?
«
Reply #2 on:
April 20, 2014, 10:35:26 AM »
Sorry for my english.
How to know whether has any child(UIDragScrollView gameobject) out of the border of UIScrollView.
If has and how to know the border which out of. (top,bottom,left,right.).
Logged
ArenMook
Administrator
Hero Member
Thank You
-Given: 337
-Receive: 1171
Posts: 22,128
Toronto, Canada
Re: How to know whether can move to left,right,up,down about UIScrollView?
«
Reply #3 on:
April 20, 2014, 05:04:57 PM »
UIPanel has functions for that -- CalculateConstrainOffset. You pass it the min/max of the content (NGUITools.CalculateRelativeWidgetBounds), and it will give you the offset required to offset the panel to make everything fit. If you need more details, just look inside the function for the math involved and create something similar.
Logged
Print
Pages: [
1
]
« previous
next »
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
How to know whether can move to left,right,up,down about UIScrollView?