Show / Hide Table of Contents

Class SharedVehicleModel

Class representation of different vehicle models

Inheritance
Object
SharedVehicleModel
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Shared.Vehicles
Assembly: SlipeShared.dll
Syntax
public abstract class SharedVehicleModel

Constructors

| Improve this Doc View Source

SharedVehicleModel(Int32)

Declaration
protected SharedVehicleModel(int id)
Parameters
Type Name Description
Int32 id

Fields

| Improve this Doc View Source

boatModels

Declaration
protected static int[] boatModels
Field Value
Type Description
Int32[]
| Improve this Doc View Source

helicopterModels

Declaration
protected static int[] helicopterModels
Field Value
Type Description
Int32[]
| Improve this Doc View Source

planeModels

Declaration
protected static int[] planeModels
Field Value
Type Description
Int32[]
| Improve this Doc View Source

taxiModels

Declaration
protected static int[] taxiModels
Field Value
Type Description
Int32[]
| Improve this Doc View Source

trailerModels

Declaration
protected static int[] trailerModels
Field Value
Type Description
Int32[]
| Improve this Doc View Source

trainModels

Declaration
protected static int[] trainModels
Field Value
Type Description
Int32[]
| Improve this Doc View Source

turretedModels

Declaration
protected static int[] turretedModels
Field Value
Type Description
Int32[]

Properties

| Improve this Doc View Source

Id

The ID of this model

Declaration
public int Id { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

Name

Get the string representation of the name of this model

Declaration
public string Name { get; }
Property Value
Type Description
String
| Improve this Doc View Source

OriginalHandling

Get the original handling of this model

Declaration
public Handling OriginalHandling { get; }
Property Value
Type Description
Handling
  • Improve this Doc
  • View Source
Back to top Generated by DocFX