예제 #1
0
    private void FixedUpdate()
    {
        wheels.Work(playerInput.Vertival, motorForce);

        if (isSteeringWheels)
        {
            wheels.HandleSteering(playerInput.Horizontal);
        }
    }