create_vehicle_body
Create a VehicleBody3D with VehicleWheel nodes to enable car physics in Godot projects. Sets up the vehicle hierarchy and wheel configuration directly in the scene.
Instructions
Create a VehicleBody3D with VehicleWheel nodes for car physics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | VehicleBody3D | |
| parent | No | . | |
| wheels | No | ||
| scene_path | Yes |