NcEngine
|
#include "ncengine/ecs/Entity.h"
#include "ncengine/physics/SpringSettings.h"
#include <initializer_list>
#include <span>
#include <vector>
Go to the source code of this file.
Classes | |
struct | nc::VehicleOrientation |
Settings for configuring a Vehicle orientation. More... | |
struct | nc::VehicleEngine |
Settings for a configuring a Vehicle engine. More... | |
struct | nc::VehicleTransmission |
Settings for a configuring a Vehicle transmission. More... | |
struct | nc::WheelSpec |
Settings shared between all wheels in a WheelAssembly. More... | |
struct | nc::WheelMount |
Unique settings of a wheel in a WheelAssembly. More... | |
struct | nc::Suspension |
Suspension settings for a wheel assembly. More... | |
struct | nc::Differential |
Differential settings for a wheel assembly. More... | |
struct | nc::WheelAssembly |
Settings describing a set of wheels, suspension, and differential attached to a Vehicle. More... | |
struct | nc::VehicleInfo |
Initialization info for a Vehicle. More... | |
class | nc::Vehicle |
A vehicle that can be added to a RigidBody. More... | |
Typedefs | |
Internal Vehicle handles. | |
using | nc::VehicleId = uint32_t |
using | nc::VehicleHandle = void * |