Fish.SetNewDestination C# (CSharp) Method

SetNewDestination() public method

public SetNewDestination ( Vector3 newDestination ) : void
newDestination Vector3
return void
    void SetNewDestination(Vector3 newDestination)
    {
        destination = newDestination;
    }

Same methods

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