AIBehavior.MecanimNavMeshPathScript.Update C# (CSharp) Method

Update() public method

public Update ( ) : void
return void
		void Update()
		{
			UpdateVerticalAndHorizontalMovement();

			mecanimAnimator.SetFloat(speedVariable, v * movementSpeed);
			mecanimAnimator.SetFloat(directionVariable, h * rotationSpeed);
		}