Fish.SetNewDestination C# (CSharp) Method

SetNewDestination() public method

public SetNewDestination ( float range ) : void
range float
return void
    void SetNewDestination( float range )
    {
        SetNewDestination( Random.insideUnitSphere * range );
    }

Same methods

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