C# 클래스 KLF.KLFVesselUpdate

상속: KLFVesselInfo
파일 보기 프로젝트 열기: SodiumEyes/KerbalLiveFeed 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
dir float[]
id System.Guid
name String
player String
pos float[]
vel float[]

공개 메소드들

메소드 설명
KLFVesselUpdate ( ) : System

메소드 상세

KLFVesselUpdate() 공개 메소드

public KLFVesselUpdate ( ) : System
리턴 System

프로퍼티 상세

dir 공개적으로 프로퍼티

The direction of the vessel relative to its parent body transform
public float[] dir
리턴 float[]

id 공개적으로 프로퍼티

The ID of the vessel
public Guid,System id
리턴 System.Guid

name 공개적으로 프로퍼티

The vessel name
public String name
리턴 String

player 공개적으로 프로퍼티

The player who owns this ship
public String player
리턴 String

pos 공개적으로 프로퍼티

The position of the vessel relative to its parent body transform
public float[] pos
리턴 float[]

vel 공개적으로 프로퍼티

The velocity of the vessel relative to its parent body transform
public float[] vel
리턴 float[]