AIBehavior.MecanimNavMeshPathScript.GetTurnValue C# (CSharp) Method

GetTurnValue() private method

private GetTurnValue ( Vector3 offsetVector ) : float
offsetVector Vector3
return float
		float GetTurnValue (Vector3 offsetVector)
		{
			return offsetVector.normalized.x;
		}