프로퍼티 | 타입 | 설명 | |
---|---|---|---|
alwaysBounceHorizontal | bool | ||
alwaysBounceVertical | bool | ||
bounces | bool | ||
contentInset | WTEdgeInsets, | ||
contentSize | Vector2 | ||
decelerationRate | float | ||
delaysContentTouches | bool | ||
directionLockEnabled | bool | ||
scrollContainerDelegate | WTScrollContainerInterface | ||
scrollEnabled | bool | ||
scrollType | ScrollType | ||
scrollsToTop | bool |
메소드 | 설명 | |
---|---|---|
HandleAddedToStage ( ) : void | ||
HandleRemovedFromStage ( ) : void | ||
HandleSingleTouchBegan ( FTouch, touch ) : bool | ||
HandleSingleTouchCanceled ( FTouch, touch ) : void | ||
HandleSingleTouchEnded ( FTouch, touch ) : void | ||
HandleSingleTouchMoved ( FTouch, touch ) : void | ||
ScrollRectToVisible ( Rect rect, bool animated ) : void | ||
SetContentOffset ( Vector2 contentOffset, bool animated ) : void | ||
WTScrollContainer ( ScrollType scrollType = ScrollType.Vertical ) : System.Collections |
public HandleSingleTouchBegan ( FTouch, touch ) : bool | ||
touch | FTouch, | |
리턴 | bool |
public HandleSingleTouchCanceled ( FTouch, touch ) : void | ||
touch | FTouch, | |
리턴 | void |
public HandleSingleTouchEnded ( FTouch, touch ) : void | ||
touch | FTouch, | |
리턴 | void |
public HandleSingleTouchMoved ( FTouch, touch ) : void | ||
touch | FTouch, | |
리턴 | void |
public ScrollRectToVisible ( Rect rect, bool animated ) : void | ||
rect | Rect | |
animated | bool | |
리턴 | void |
public SetContentOffset ( Vector2 contentOffset, bool animated ) : void | ||
contentOffset | Vector2 | |
animated | bool | |
리턴 | void |
public WTScrollContainer ( ScrollType scrollType = ScrollType.Vertical ) : System.Collections | ||
scrollType | ScrollType | |
리턴 | System.Collections |
public WTScrollContainerInterface scrollContainerDelegate | ||
리턴 | WTScrollContainerInterface |