C# Class WTScrollContainer, FutilePrototyper

Inheritance: FContainer, FSingleTouchableInterface
Afficher le fichier Open project: wtrebella/FutilePrototyper Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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 méthode

public HandleAddedToStage ( ) : void
Résultat void

HandleRemovedFromStage() public méthode

public HandleRemovedFromStage ( ) : void
Résultat void

HandleSingleTouchBegan() public méthode

public HandleSingleTouchBegan ( FTouch, touch ) : bool
touch FTouch,
Résultat bool

HandleSingleTouchCanceled() public méthode

public HandleSingleTouchCanceled ( FTouch, touch ) : void
touch FTouch,
Résultat void

HandleSingleTouchEnded() public méthode

public HandleSingleTouchEnded ( FTouch, touch ) : void
touch FTouch,
Résultat void

HandleSingleTouchMoved() public méthode

public HandleSingleTouchMoved ( FTouch, touch ) : void
touch FTouch,
Résultat void

ScrollRectToVisible() public méthode

public ScrollRectToVisible ( Rect rect, bool animated ) : void
rect Rect
animated bool
Résultat void

SetContentOffset() public méthode

public SetContentOffset ( Vector2 contentOffset, bool animated ) : void
contentOffset Vector2
animated bool
Résultat void

WTScrollContainer() public méthode

public WTScrollContainer ( ScrollType scrollType = ScrollType.Vertical ) : System.Collections
scrollType ScrollType
Résultat System.Collections

Property Details

alwaysBounceHorizontal public_oe property

public bool alwaysBounceHorizontal
Résultat bool

alwaysBounceVertical public_oe property

public bool alwaysBounceVertical
Résultat bool

bounces public_oe property

public bool bounces
Résultat bool

contentInset public_oe property

public WTEdgeInsets, contentInset
Résultat WTEdgeInsets,

contentSize public_oe property

public Vector2 contentSize
Résultat Vector2

decelerationRate public_oe property

public float decelerationRate
Résultat float

delaysContentTouches public_oe property

public bool delaysContentTouches
Résultat bool

directionLockEnabled public_oe property

public bool directionLockEnabled
Résultat bool

scrollContainerDelegate public_oe property

public WTScrollContainerInterface scrollContainerDelegate
Résultat WTScrollContainerInterface

scrollEnabled public_oe property

public bool scrollEnabled
Résultat bool

scrollType public_oe property

public ScrollType scrollType
Résultat ScrollType

scrollsToTop public_oe property

public bool scrollsToTop
Résultat bool