BDAnimationModules.SurfaceWalker.OnGUI C# (CSharp) Method

OnGUI() public method

public OnGUI ( ) : void
return void
        void OnGUI()
        {
            GUI.Label(new Rect(10,10,200,200), "Groundhit: " + groundHit);
            GUI.Label(new Rect(10,30,200,200), "Wheel susp dist: " + debugWheelSuspDist);
        }