C# Class PersistentTrails.RecordingThresholds

Afficher le fichier Open project: GrJo/KSPPersistentTrails Class Usage Examples

Méthodes publiques

Свойство Type Description
minOrientationAngleChange float
minSpeedChangeFactor float
minVelocityAngleChange float

Méthodes publiques

Méthode Description
RecordingThresholds ( float minOrientationAngleChange, float minVelocityAngleChange, float minSpeedChangeFactor ) : System

Method Details

RecordingThresholds() public méthode

public RecordingThresholds ( float minOrientationAngleChange, float minVelocityAngleChange, float minSpeedChangeFactor ) : System
minOrientationAngleChange float
minVelocityAngleChange float
minSpeedChangeFactor float
Résultat System

Property Details

minOrientationAngleChange public_oe property

public float minOrientationAngleChange
Résultat float

minSpeedChangeFactor public_oe property

public float minSpeedChangeFactor
Résultat float

minVelocityAngleChange public_oe property

public float minVelocityAngleChange
Résultat float