C# Class Will_IA_M2, PathfindingToolUnity

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public float closeEnoughRange
return float

graphName public_oe property

public string graphName
return string

shootSpeed public_oe property

public float shootSpeed
return float

timeToPos public_oe property

public float timeToPos
return float