BDAnimationModules.SurfaceWalker.Update C# (CSharp) Method

Update() public method

public Update ( ) : void
return void
        public void Update()
        {
            if(Input.GetKeyDown(KeyCode.Keypad0))
            {
                foreach(var wheel in part.FindModelComponents<WheelCollider>())
                {
                    Debug.Log ("Wheel susp: "+wheel.suspensionDistance	);
                }
            }
        }