Beispiel #1
0
 void Start()
 {
     align = new alignComp(agent, target, maxAngularAcceleration, maxRotation, targetRadius, slowRadius, timeToTarget);
 }