C# Class IARobin.AgentDoubleRobin

Inheritance: AgentRobinMathieu
Mostrar archivo 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
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

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