Fish.SetNewDestination C# (CSharp) Method

SetNewDestination() public method

public SetNewDestination ( ) : void
return void
    void SetNewDestination()
    {
        // set "destination" to a random point inside an imaginary sphere of radius ____
        SetNewDestination(10f);
    }

Same methods

Fish::SetNewDestination ( Vector3 newDestination ) : void
Fish::SetNewDestination ( float range ) : void