C# Class SW_Dodge, PathfindingToolUnity

Inheritance: StateWill
显示文件 Open project: benjaml/PathfindingToolUnity Class Usage Examples

Public Properties

Property Type Description
timerLength float

Public Methods

Method Description
Dodge ( ) : void
SW_Dodge ( int id, float pSpeed, float pDist, float timer, string graphName ) : System.Collections
defineDestination ( ) : void
execute ( ) : StateWill,

Method Details

Dodge() public method

public Dodge ( ) : void
return void

SW_Dodge() public method

public SW_Dodge ( int id, float pSpeed, float pDist, float timer, string graphName ) : System.Collections
id int
pSpeed float
pDist float
timer float
graphName string
return System.Collections

defineDestination() public method

public defineDestination ( ) : void
return void

execute() public method

public execute ( ) : StateWill,
return StateWill,

Property Details

timerLength public_oe property

public float timerLength
return float