Pathfinding.LocalAvoidanceMover.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
		void Start () {
			targetPoint = transform.forward*targetPointDist + transform.position;
			controller = GetComponent<LocalAvoidance>();
			
		}
		
LocalAvoidanceMover