C# Class Seeker, CodeSpells

Inheritance: Player
Exibir arquivo Open project: srfoster/CodeSpells Class Usage Examples

Public Methods

Method Description
getState ( ) : WalkingState,
setDestination ( GameObject dest ) : void
setPath ( List vectorList ) : void
walk ( float walkingSpeed ) : WalkingState,

Method Details

getState() public method

public getState ( ) : WalkingState,
return WalkingState,

setDestination() public method

public setDestination ( GameObject dest ) : void
dest GameObject
return void

setPath() public method

public setPath ( List vectorList ) : void
vectorList List
return void

walk() public method

public walk ( float walkingSpeed ) : WalkingState,
walkingSpeed float
return WalkingState,