C# 클래스 LeopotamGroup.Gui.Interaction.GuiDragScrollView

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: Leopotam/LeopotamGroupLibraryUnity

공개 프로퍼티들

프로퍼티 타입 설명
ScrollView LeopotamGroup.Gui.Layout.GuiScrollView

공개 메소드들

메소드 설명
Awake ( ) : void
OnDisable ( ) : void
OnDrag ( GuiEventReceiver receiver, GuiTouchEventArg args ) : void
OnEnable ( ) : void
OnPress ( GuiEventReceiver receiver, GuiTouchEventArg args ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

OnDisable() 공개 메소드

public OnDisable ( ) : void
리턴 void

OnDrag() 공개 메소드

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

OnEnable() 공개 메소드

public OnEnable ( ) : void
리턴 void

OnPress() 공개 메소드

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

프로퍼티 상세

ScrollView 공개적으로 프로퍼티

public GuiScrollView,LeopotamGroup.Gui.Layout ScrollView
리턴 LeopotamGroup.Gui.Layout.GuiScrollView