Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
KLF
KLFVesselUpdate
C# Class KLF.KLFVesselUpdate
Inheritance:
KLFVesselInfo
Datei anzeigen
Open project: SodiumEyes/KerbalLiveFeed
Class Usage Examples
Public Properties
Property
Type
Description
dir
float[]
id
System.Guid
name
String
player
String
pos
float[]
vel
float[]
Public Methods
Method
Description
KLFVesselUpdate
( ) :
System
Method Details
KLFVesselUpdate()
public
method
public
KLFVesselUpdate
( ) :
System
return
System
Property Details
dir
public_oe property
The direction of the vessel relative to its parent body transform
public
float[]
dir
return
float[]
id
public_oe property
The ID of the vessel
public
Guid,System
id
return
System.Guid
name
public_oe property
The vessel name
public
String
name
return
String
player
public_oe property
The player who owns this ship
public
String
player
return
String
pos
public_oe property
The position of the vessel relative to its parent body transform
public
float[]
pos
return
float[]
vel
public_oe property
The velocity of the vessel relative to its parent body transform
public
float[]
vel
return
float[]