C# Class LeopotamGroup.Gui.Interaction.GuiDragScrollView

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: Leopotam/LeopotamGroupLibraryUnity

Public Properties

Property Type Description
ScrollView LeopotamGroup.Gui.Layout.GuiScrollView

Public Methods

Method Description
Awake ( ) : void
OnDisable ( ) : void
OnDrag ( GuiEventReceiver receiver, GuiTouchEventArg args ) : void
OnEnable ( ) : void
OnPress ( GuiEventReceiver receiver, GuiTouchEventArg args ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnDisable() public method

public OnDisable ( ) : void
return void

OnDrag() public method

public OnDrag ( GuiEventReceiver receiver, GuiTouchEventArg args ) : void
receiver LeopotamGroup.Gui.Common.GuiEventReceiver
args GuiTouchEventArg
return void

OnEnable() public method

public OnEnable ( ) : void
return void

OnPress() public method

public OnPress ( GuiEventReceiver receiver, GuiTouchEventArg args ) : void
receiver LeopotamGroup.Gui.Common.GuiEventReceiver
args GuiTouchEventArg
return void

Property Details

ScrollView public_oe property

public GuiScrollView,LeopotamGroup.Gui.Layout ScrollView
return LeopotamGroup.Gui.Layout.GuiScrollView