C# Class VesselMover.VesselSpawn.VesselData

Afficher le fichier Open project: BahamutoD/VesselMover

Méthodes publiques

Свойство Type Description
altitude double?
body CelestialBody
craftPart AvailablePart
craftURL string
crew List
flagURL string
heading float
height float
id Guid?
latitude double
longitude double
name string
orbit Orbit
orbiting bool
owned bool
pitch float
pqsCity PQSCity
pqsOffset UnityEngine.Vector3d
roll float
vesselType VesselType

Méthodes publiques

Méthode Description
VesselData ( ) : System
VesselData ( VesselData vd ) : System

Method Details

VesselData() public méthode

public VesselData ( ) : System
Résultat System

VesselData() public méthode

public VesselData ( VesselData vd ) : System
vd VesselData
Résultat System

Property Details

altitude public_oe property

public double? altitude
Résultat double?

body public_oe property

public CelestialBody body
Résultat CelestialBody

craftPart public_oe property

public AvailablePart craftPart
Résultat AvailablePart

craftURL public_oe property

public string craftURL
Résultat string

crew public_oe property

public List crew
Résultat List

flagURL public_oe property

public string flagURL
Résultat string

heading public_oe property

public float heading
Résultat float

height public_oe property

public float height
Résultat float

id public_oe property

public Guid? id
Résultat Guid?

latitude public_oe property

public double latitude
Résultat double

longitude public_oe property

public double longitude
Résultat double

name public_oe property

public string name
Résultat string

orbit public_oe property

public Orbit orbit
Résultat Orbit

orbiting public_oe property

public bool orbiting
Résultat bool

owned public_oe property

public bool owned
Résultat bool

pitch public_oe property

public float pitch
Résultat float

pqsCity public_oe property

public PQSCity pqsCity
Résultat PQSCity

pqsOffset public_oe property

public Vector3d,UnityEngine pqsOffset
Résultat UnityEngine.Vector3d

roll public_oe property

public float roll
Résultat float

vesselType public_oe property

public VesselType vesselType
Résultat VesselType