Hunt.FixedUpdate C# (CSharp) Method

FixedUpdate() public method

public FixedUpdate ( ) : void
return void
    void FixedUpdate()
    {
        transform.Translate( ForwardDirection * Speed * Time.deltaTime ); //if( RayTest( ForwardDirection, StopDistance ) )
    }