C# Class LeopotamGroup.Gui.Interaction.GuiDragScrollView

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: Leopotam/LeopotamGroupLibraryUnity

Méthodes publiques

Свойство Type Description
ScrollView LeopotamGroup.Gui.Layout.GuiScrollView

Méthodes publiques

Méthode Description
Awake ( ) : void
OnDisable ( ) : void
OnDrag ( GuiEventReceiver receiver, GuiTouchEventArg args ) : void
OnEnable ( ) : void
OnPress ( GuiEventReceiver receiver, GuiTouchEventArg args ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnDrag() public méthode

public OnDrag ( GuiEventReceiver receiver, GuiTouchEventArg args ) : void
receiver LeopotamGroup.Gui.Common.GuiEventReceiver
args GuiTouchEventArg
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

OnPress() public méthode

public OnPress ( GuiEventReceiver receiver, GuiTouchEventArg args ) : void
receiver LeopotamGroup.Gui.Common.GuiEventReceiver
args GuiTouchEventArg
Résultat void

Property Details

ScrollView public_oe property

public GuiScrollView,LeopotamGroup.Gui.Layout ScrollView
Résultat LeopotamGroup.Gui.Layout.GuiScrollView