C# Class KLF.KLFVesselUpdate

Inheritance: KLFVesselInfo
Afficher le fichier Open project: SodiumEyes/KerbalLiveFeed Class Usage Examples

Méthodes publiques

Свойство Type Description
dir float[]
id System.Guid
name String
player String
pos float[]
vel float[]

Méthodes publiques

Méthode Description
KLFVesselUpdate ( ) : System

Method Details

KLFVesselUpdate() public méthode

public KLFVesselUpdate ( ) : System
Résultat System

Property Details

dir public_oe property

The direction of the vessel relative to its parent body transform
public float[] dir
Résultat float[]

id public_oe property

The ID of the vessel
public Guid,System id
Résultat System.Guid

name public_oe property

The vessel name
public String name
Résultat String

player public_oe property

The player who owns this ship
public String player
Résultat String

pos public_oe property

The position of the vessel relative to its parent body transform
public float[] pos
Résultat float[]

vel public_oe property

The velocity of the vessel relative to its parent body transform
public float[] vel
Résultat float[]