C# 클래스 VesselMover.VesselSpawn.VesselData

파일 보기 프로젝트 열기: BahamutoD/VesselMover

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
VesselData ( ) : System
VesselData ( VesselData vd ) : System

메소드 상세

VesselData() 공개 메소드

public VesselData ( ) : System
리턴 System

VesselData() 공개 메소드

public VesselData ( VesselData vd ) : System
vd VesselData
리턴 System

프로퍼티 상세

altitude 공개적으로 프로퍼티

public double? altitude
리턴 double?

body 공개적으로 프로퍼티

public CelestialBody body
리턴 CelestialBody

craftPart 공개적으로 프로퍼티

public AvailablePart craftPart
리턴 AvailablePart

craftURL 공개적으로 프로퍼티

public string craftURL
리턴 string

crew 공개적으로 프로퍼티

public List crew
리턴 List

flagURL 공개적으로 프로퍼티

public string flagURL
리턴 string

heading 공개적으로 프로퍼티

public float heading
리턴 float

height 공개적으로 프로퍼티

public float height
리턴 float

id 공개적으로 프로퍼티

public Guid? id
리턴 Guid?

latitude 공개적으로 프로퍼티

public double latitude
리턴 double

longitude 공개적으로 프로퍼티

public double longitude
리턴 double

name 공개적으로 프로퍼티

public string name
리턴 string

orbit 공개적으로 프로퍼티

public Orbit orbit
리턴 Orbit

orbiting 공개적으로 프로퍼티

public bool orbiting
리턴 bool

owned 공개적으로 프로퍼티

public bool owned
리턴 bool

pitch 공개적으로 프로퍼티

public float pitch
리턴 float

pqsCity 공개적으로 프로퍼티

public PQSCity pqsCity
리턴 PQSCity

pqsOffset 공개적으로 프로퍼티

public Vector3d,UnityEngine pqsOffset
리턴 UnityEngine.Vector3d

roll 공개적으로 프로퍼티

public float roll
리턴 float

vesselType 공개적으로 프로퍼티

public VesselType vesselType
리턴 VesselType