-
Notifications
You must be signed in to change notification settings - Fork 17
Satsuma
Tommo J. Phillips edited this page Oct 22, 2023
·
2 revisions
Namespace: TommoJProductions.ModApi.GameDatabase
Represents the satsuma.
public class Satsuma : DatabaseVehicle
Inheritance Object → DatabaseVehicle → Satsuma
Represents the vehicles root game object.
public GameObject gameObject;
Represents the satsumas engine gameobject. if the engine is on, this gameobject is active.
public GameObject engine { get; }
GameObject
Represents the satsuma car simulatin game object.
public GameObject carSimulation { get; }
GameObject
Represents the vehicles drivetrain.
public Drivetrain drivetrain { get; }
Drivetrain
Represents the vehicles car dynamics.
public CarDynamics carDynamics { get; }
CarDynamics
inits new instance of satsuma.
public Satsuma(GameObject vehicleReference)
vehicleReference
GameObject
the reference to the root of a vehicle.