C# Class IARobin.AgentSimpleRobin

Inheritance: AgentRobinMathieu
Mostra file Open project: benjaml/PathfindingToolUnity

Public Properties

Property Type Description
predictionZone UnityEngine.GameObject
prefabBullet UnityEngine.GameObject

Protected Methods

Method Description
ShootBullet ( ) : IEnumerator
ShootEnemy ( ) : IEnumerator
Start ( ) : void
UpdateRoadEsquive ( ) : void
UpdateRoadRandom ( ) : void
UpdateTarget ( ) : void
UpdateTargetBullet ( ) : void

Method Details

ShootBullet() protected method

protected ShootBullet ( ) : IEnumerator
return IEnumerator

ShootEnemy() protected method

protected ShootEnemy ( ) : IEnumerator
return IEnumerator

Start() protected method

protected Start ( ) : void
return void

UpdateRoadEsquive() protected method

protected UpdateRoadEsquive ( ) : void
return void

UpdateRoadRandom() protected method

protected UpdateRoadRandom ( ) : void
return void

UpdateTarget() protected method

protected UpdateTarget ( ) : void
return void

UpdateTargetBullet() protected method

protected UpdateTargetBullet ( ) : void
return void

Property Details

predictionZone public_oe property

public GameObject,UnityEngine predictionZone
return UnityEngine.GameObject

prefabBullet public_oe property

public GameObject,UnityEngine prefabBullet
return UnityEngine.GameObject