Fish.SetNewDestination C# (CSharp) 메소드

SetNewDestination() 공개 메소드

public SetNewDestination ( ) : void
리턴 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