FirstModulAR 0.1.0
Loading...
Searching...
No Matches
FMAR.Internal.VehicleDriverInfo.VehicleInfo Class Reference

A vehicle info object for storing details about a vehicle. Inherits from ScriptableObject. More...

Inheritance diagram for FMAR.Internal.VehicleDriverInfo.VehicleInfo:

Public Attributes

Sprite photo
 The photo of the vehicle.
 
string make
 The make of the vehicle (e.g., Toyota, Ford).
 
string model
 The model of the vehicle (e.g., Camry, Mustang).
 
int year
 The year the vehicle was manufactured.
 
string plateNumber
 The license plate number of the vehicle.
 
string vin
 The Vehicle Identification Number (VIN) of the vehicle.
 
Date issueDate
 The date the vehicle's registration was issued.
 
Date expirationDate
 The date the vehicle's registration expires.
 
DriverInfo owner
 The owner of the vehicle.
 
List< Recordrecords
 The records associated with the vehicle, such as maintenance, accidents, etc.
 

Detailed Description

A vehicle info object for storing details about a vehicle. Inherits from ScriptableObject.

Member Data Documentation

◆ expirationDate

Date FMAR.Internal.VehicleDriverInfo.VehicleInfo.expirationDate

The date the vehicle's registration expires.

◆ issueDate

Date FMAR.Internal.VehicleDriverInfo.VehicleInfo.issueDate

The date the vehicle's registration was issued.

◆ make

string FMAR.Internal.VehicleDriverInfo.VehicleInfo.make

The make of the vehicle (e.g., Toyota, Ford).

◆ model

string FMAR.Internal.VehicleDriverInfo.VehicleInfo.model

The model of the vehicle (e.g., Camry, Mustang).

◆ owner

DriverInfo FMAR.Internal.VehicleDriverInfo.VehicleInfo.owner

The owner of the vehicle.

◆ photo

Sprite FMAR.Internal.VehicleDriverInfo.VehicleInfo.photo

The photo of the vehicle.

◆ plateNumber

string FMAR.Internal.VehicleDriverInfo.VehicleInfo.plateNumber

The license plate number of the vehicle.

◆ records

List<Record> FMAR.Internal.VehicleDriverInfo.VehicleInfo.records

The records associated with the vehicle, such as maintenance, accidents, etc.

◆ vin

string FMAR.Internal.VehicleDriverInfo.VehicleInfo.vin

The Vehicle Identification Number (VIN) of the vehicle.

◆ year

int FMAR.Internal.VehicleDriverInfo.VehicleInfo.year

The year the vehicle was manufactured.


The documentation for this class was generated from the following file: