Class UnturnedVehicleAsset
Inheritance
System.Object
UnturnedVehicleAsset
Assembly: OpenMod.Unturned.dll
Syntax
public class UnturnedVehicleAsset : object, IVehicleAsset
Constructors
|
Improve this Doc
View Source
UnturnedVehicleAsset(VehicleAsset)
Declaration
public UnturnedVehicleAsset(VehicleAsset vehicleAsset)
Parameters
Type |
Name |
Description |
VehicleAsset |
vehicleAsset |
|
Properties
|
Improve this Doc
View Source
VehicleAsset
Declaration
public VehicleAsset VehicleAsset { get; }
Property Value
Type |
Description |
VehicleAsset |
|
|
Improve this Doc
View Source
VehicleAssetId
Declaration
public string VehicleAssetId { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
VehicleName
Declaration
public string VehicleName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
VehicleType
Declaration
public string VehicleType { get; }
Property Value
Type |
Description |
System.String |
|
Implements
Extension Methods