C# Class VesselMover.VesselSpawn.VesselData

Show file Open project: BahamutoD/VesselMover

Public Properties

Property 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

Public Methods

Method Description
VesselData ( ) : System
VesselData ( VesselData vd ) : System

Method Details

VesselData() public method

public VesselData ( ) : System
return System

VesselData() public method

public VesselData ( VesselData vd ) : System
vd VesselData
return System

Property Details

altitude public property

public double? altitude
return double?

body public property

public CelestialBody body
return CelestialBody

craftPart public property

public AvailablePart craftPart
return AvailablePart

craftURL public property

public string craftURL
return string

crew public property

public List crew
return List

flagURL public property

public string flagURL
return string

heading public property

public float heading
return float

height public property

public float height
return float

id public property

public Guid? id
return Guid?

latitude public property

public double latitude
return double

longitude public property

public double longitude
return double

name public property

public string name
return string

orbit public property

public Orbit orbit
return Orbit

orbiting public property

public bool orbiting
return bool

owned public property

public bool owned
return bool

pitch public property

public float pitch
return float

pqsCity public property

public PQSCity pqsCity
return PQSCity

pqsOffset public property

public Vector3d,UnityEngine pqsOffset
return UnityEngine.Vector3d

roll public property

public float roll
return float

vesselType public property

public VesselType vesselType
return VesselType