Ejemplo n.º 1
0
 private void OnEnable()
 {
     // Get references to unit and the steering scanner
     _unit    = this.GetComponent <UnitBase>();
     _scanner = this.GetComponent <SteeringScanner>();
 }
Ejemplo n.º 2
0
 private void OnEnable()
 {
     _unit    = this.GetComponent <UnitBase>();
     _scanner = this.GetComponent <SteeringScanner>();
 }