C# 클래스 KMP.KMPVessel

파일 보기 프로젝트 열기: TehGimp/KerbalMultiPlayer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
info KMPVesselInfo

공개 메소드들

메소드 설명
KMPVessel ( String vessel_name, String owner_name, System.Guid _id, string body_name ) : System
generateActiveColor ( String str ) : Color
generateActiveColor ( int val ) : Color
generateActiveColor ( ) : void
setOrbitalData ( CelestialBody body, Vector3 local_pos, Vector3 local_vel, Vector3 local_dir ) : void
situationIsGrounded ( Situation situation ) : bool
situationIsOrbital ( Situation situation ) : bool
updateOrbitProperties ( ) : void
updatePosition ( ) : void
updateRenderProperties ( bool force_hide = false ) : void

메소드 상세

KMPVessel() 공개 메소드

public KMPVessel ( String vessel_name, String owner_name, System.Guid _id, string body_name ) : System
vessel_name String
owner_name String
_id System.Guid
body_name string
리턴 System

generateActiveColor() 공개 정적인 메소드

public static generateActiveColor ( String str ) : Color
str String
리턴 Color

generateActiveColor() 공개 정적인 메소드

public static generateActiveColor ( int val ) : Color
val int
리턴 Color

generateActiveColor() 공개 메소드

public generateActiveColor ( ) : void
리턴 void

setOrbitalData() 공개 메소드

public setOrbitalData ( CelestialBody body, Vector3 local_pos, Vector3 local_vel, Vector3 local_dir ) : void
body CelestialBody
local_pos Vector3
local_vel Vector3
local_dir Vector3
리턴 void

situationIsGrounded() 공개 정적인 메소드

public static situationIsGrounded ( Situation situation ) : bool
situation Situation
리턴 bool

situationIsOrbital() 공개 정적인 메소드

public static situationIsOrbital ( Situation situation ) : bool
situation Situation
리턴 bool

updateOrbitProperties() 공개 메소드

public updateOrbitProperties ( ) : void
리턴 void

updatePosition() 공개 메소드

public updatePosition ( ) : void
리턴 void

updateRenderProperties() 공개 메소드

public updateRenderProperties ( bool force_hide = false ) : void
force_hide bool
리턴 void

프로퍼티 상세

info 공개적으로 프로퍼티

public KMPVesselInfo,KMP info
리턴 KMPVesselInfo