Пример #1
0
    public Vector2 LeftGrappleDirection()
    {
        float cTheta = CommonUtils.VectorToAngle(climbDirection);

        cTheta += Random.Range(.1f, Mathf.PI * 0.25f);
        return(CommonUtils.AngleToVector(cTheta));
    }