C# Class Will_IA_M2, PathfindingToolUnity

Inheritance: MonoBehaviour
Show file Open project: benjaml/PathfindingToolUnity

Public Properties

Property Type Description
closeEnoughRange float
graphName string
shootSpeed float
timeToPos float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
move ( Vector3 pos ) : void
shoot ( GameObject targ ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

move() public method

public move ( Vector3 pos ) : void
pos Vector3
return void

shoot() public method

public shoot ( GameObject targ ) : void
targ GameObject
return void

Property Details

closeEnoughRange public property

public float closeEnoughRange
return float

graphName public property

public string graphName
return string

shootSpeed public property

public float shootSpeed
return float

timeToPos public property

public float timeToPos
return float