C# 클래스 PersistentTrails.RecordingThresholds

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

공개 프로퍼티들

프로퍼티 타입 설명
minOrientationAngleChange float
minSpeedChangeFactor float
minVelocityAngleChange float

공개 메소드들

메소드 설명
RecordingThresholds ( float minOrientationAngleChange, float minVelocityAngleChange, float minSpeedChangeFactor ) : System

메소드 상세

RecordingThresholds() 공개 메소드

public RecordingThresholds ( float minOrientationAngleChange, float minVelocityAngleChange, float minSpeedChangeFactor ) : System
minOrientationAngleChange float
minVelocityAngleChange float
minSpeedChangeFactor float
리턴 System

프로퍼티 상세

minOrientationAngleChange 공개적으로 프로퍼티

public float minOrientationAngleChange
리턴 float

minSpeedChangeFactor 공개적으로 프로퍼티

public float minSpeedChangeFactor
리턴 float

minVelocityAngleChange 공개적으로 프로퍼티

public float minVelocityAngleChange
리턴 float