-
Notifications
You must be signed in to change notification settings - Fork 16
DatabaseVehicle
Tommo J. Phillips edited this page Oct 22, 2023
·
2 revisions
Namespace: TommoJProductions.ModApi.GameDatabase
Represents vehicle data.
public class DatabaseVehicleInheritance Object → DatabaseVehicle
Represents the vehicles root game object.
public GameObject gameObject;Represents the vehicles drivetrain.
public Drivetrain drivetrain { get; }Drivetrain
Represents the vehicles car dynamics.
public CarDynamics carDynamics { get; }CarDynamics
inits new instance of database vehicle.
public DatabaseVehicle(GameObject vehicleReference)vehicleReference GameObject
the reference to the root of a vehicle.