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