Fish.SetNewDestination C# (CSharp) Méthode

SetNewDestination() public méthode

public SetNewDestination ( ) : void
Résultat 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