C# Class PoulpeShoot, PathfindingToolUnity

Inheritance: PoulpeState
显示文件 Open project: benjaml/PathfindingToolUnity

Public Methods

Method Description
PoulpeShoot ( GameObject Player ) : System.Collections
Step ( ) : void

Private Methods

Method Description
CalcShootAngle ( GameObject hit ) : Vector3
Shoot ( GameObject hit ) : void

Method Details

PoulpeShoot() public method

public PoulpeShoot ( GameObject Player ) : System.Collections
Player GameObject
return System.Collections

Step() public method

public Step ( ) : void
return void