C# Class WTScrollContainer, FutilePrototyper

Inheritance: FContainer, FSingleTouchableInterface
ファイルを表示 Open project: wtrebella/FutilePrototyper Class Usage Examples

Public Properties

Property Type Description
alwaysBounceHorizontal bool
alwaysBounceVertical bool
bounces bool
contentInset WTEdgeInsets,
contentSize Vector2
decelerationRate float
delaysContentTouches bool
directionLockEnabled bool
scrollContainerDelegate WTScrollContainerInterface
scrollEnabled bool
scrollType ScrollType
scrollsToTop bool

Public Methods

Method Description
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

Method Details

HandleAddedToStage() public method

public HandleAddedToStage ( ) : void
return void

HandleRemovedFromStage() public method

public HandleRemovedFromStage ( ) : void
return void

HandleSingleTouchBegan() public method

public HandleSingleTouchBegan ( FTouch, touch ) : bool
touch FTouch,
return bool

HandleSingleTouchCanceled() public method

public HandleSingleTouchCanceled ( FTouch, touch ) : void
touch FTouch,
return void

HandleSingleTouchEnded() public method

public HandleSingleTouchEnded ( FTouch, touch ) : void
touch FTouch,
return void

HandleSingleTouchMoved() public method

public HandleSingleTouchMoved ( FTouch, touch ) : void
touch FTouch,
return void

ScrollRectToVisible() public method

public ScrollRectToVisible ( Rect rect, bool animated ) : void
rect Rect
animated bool
return void

SetContentOffset() public method

public SetContentOffset ( Vector2 contentOffset, bool animated ) : void
contentOffset Vector2
animated bool
return void

WTScrollContainer() public method

public WTScrollContainer ( ScrollType scrollType = ScrollType.Vertical ) : System.Collections
scrollType ScrollType
return System.Collections

Property Details

alwaysBounceHorizontal public_oe property

public bool alwaysBounceHorizontal
return bool

alwaysBounceVertical public_oe property

public bool alwaysBounceVertical
return bool

bounces public_oe property

public bool bounces
return bool

contentInset public_oe property

public WTEdgeInsets, contentInset
return WTEdgeInsets,

contentSize public_oe property

public Vector2 contentSize
return Vector2

decelerationRate public_oe property

public float decelerationRate
return float

delaysContentTouches public_oe property

public bool delaysContentTouches
return bool

directionLockEnabled public_oe property

public bool directionLockEnabled
return bool

scrollContainerDelegate public_oe property

public WTScrollContainerInterface scrollContainerDelegate
return WTScrollContainerInterface

scrollEnabled public_oe property

public bool scrollEnabled
return bool

scrollType public_oe property

public ScrollType scrollType
return ScrollType

scrollsToTop public_oe property

public bool scrollsToTop
return bool