C# Class HutongGames.PlayMaker.Actions.TouchGUIEvent

Inheritance: FsmStateAction
Mostra file Open project: hughrogers/RPGQuest

Public Methods

Method Description
DoTouch ( Touch touch ) : void
DoTouchGUIEvent ( ) : void
DoTouchOffset ( Vector3 touchPos ) : void
OnEnter ( ) : void
OnUpdate ( ) : void
Reset ( ) : void

Method Details

DoTouch() public method

public DoTouch ( Touch touch ) : void
touch UnityEngine.Touch
return void

DoTouchGUIEvent() public method

public DoTouchGUIEvent ( ) : void
return void

DoTouchOffset() public method

public DoTouchOffset ( Vector3 touchPos ) : void
touchPos Vector3
return void

OnEnter() public method

public OnEnter ( ) : void
return void

OnUpdate() public method

public OnUpdate ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void