C# Class HutongGames.PlayMaker.Actions.MousePickEvent

Inheritance: FsmStateAction
Exibir arquivo Open project: hughrogers/RPGQuest

Public Methods

Method Description
DoMousePickEvent ( ) : void
ErrorCheck ( ) : string
OnEnter ( ) : void
OnUpdate ( ) : void
Reset ( ) : void

Private Methods

Method Description
DoRaycast ( ) : bool

Method Details

DoMousePickEvent() public method

public DoMousePickEvent ( ) : void
return void

ErrorCheck() public method

public ErrorCheck ( ) : string
return string

OnEnter() public method

public OnEnter ( ) : void
return void

OnUpdate() public method

public OnUpdate ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void