Skip to content

Satsuma

Tommo J. Phillips edited this page Oct 22, 2023 · 2 revisions

Satsuma

Namespace: TommoJProductions.ModApi.GameDatabase

Represents the satsuma.

public class Satsuma : DatabaseVehicle

Inheritance ObjectDatabaseVehicleSatsuma

Fields

gameObject

Represents the vehicles root game object.

public GameObject gameObject;

Properties

engine

Represents the satsumas engine gameobject. if the engine is on, this gameobject is active.

public GameObject engine { get; }

Property Value

GameObject

carSimulation

Represents the satsuma car simulatin game object.

public GameObject carSimulation { get; }

Property Value

GameObject

drivetrain

Represents the vehicles drivetrain.

public Drivetrain drivetrain { get; }

Property Value

Drivetrain

carDynamics

Represents the vehicles car dynamics.

public CarDynamics carDynamics { get; }

Property Value

CarDynamics

Constructors

Satsuma(GameObject)

inits new instance of satsuma.

public Satsuma(GameObject vehicleReference)

Parameters

vehicleReference GameObject
the reference to the root of a vehicle.

Clone this wiki locally