C# 클래스 DockingCamera.TargetHelper

Extended information about the selected target
파일 보기 프로젝트 열기: DennyTX/DockingCam 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AngleX float
AngleY float
AngleZ float
DX float
DY float
DZ float
Destination float
LookForward bool
SecondsToDock float
SpeedX float
SpeedY float
SpeedZ float
TargetMoveHelpX float
TargetMoveHelpY float
isMoveToTarget bool

Private Properties

프로퍼티 타입 설명
SignedAngleAroundVector float
UpdateAngles void
UpdateIsMoveToTarget void
UpdatePosition void
UpdateSpeed Vector3
UpdateTargetMoveHelp void
scaleExponentially float

공개 메소드들

메소드 설명
TargetHelper ( Part from ) : System
Update ( ) : void

비공개 메소드들

메소드 설명
SignedAngleAroundVector ( Vector3 a, Vector3 b, Vector3 c ) : float
UpdateAngles ( ) : void
UpdateIsMoveToTarget ( Vector3 velocity ) : void
UpdatePosition ( ) : void
UpdateSpeed ( ) : Vector3
UpdateTargetMoveHelp ( ) : void
scaleExponentially ( float value, float exponent ) : float

메소드 상세

TargetHelper() 공개 메소드

public TargetHelper ( Part from ) : System
from Part Object of comparison
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

AngleX 공개적으로 프로퍼티

public float AngleX
리턴 float

AngleY 공개적으로 프로퍼티

public float AngleY
리턴 float

AngleZ 공개적으로 프로퍼티

public float AngleZ
리턴 float

DX 공개적으로 프로퍼티

public float DX
리턴 float

DY 공개적으로 프로퍼티

public float DY
리턴 float

DZ 공개적으로 프로퍼티

public float DZ
리턴 float

Destination 공개적으로 프로퍼티

public float Destination
리턴 float

LookForward 공개적으로 프로퍼티

public bool LookForward
리턴 bool

SecondsToDock 공개적으로 프로퍼티

public float SecondsToDock
리턴 float

SpeedX 공개적으로 프로퍼티

public float SpeedX
리턴 float

SpeedY 공개적으로 프로퍼티

public float SpeedY
리턴 float

SpeedZ 공개적으로 프로퍼티

public float SpeedZ
리턴 float

TargetMoveHelpX 공개적으로 프로퍼티

public float TargetMoveHelpX
리턴 float

TargetMoveHelpY 공개적으로 프로퍼티

public float TargetMoveHelpY
리턴 float

isMoveToTarget 공개적으로 프로퍼티

public bool isMoveToTarget
리턴 bool