C# Class PersistentTrails.RecordingThresholds

Mostra file Open project: GrJo/KSPPersistentTrails Class Usage Examples

Public Properties

Property Type Description
minOrientationAngleChange float
minSpeedChangeFactor float
minVelocityAngleChange float

Public Methods

Method Description
RecordingThresholds ( float minOrientationAngleChange, float minVelocityAngleChange, float minSpeedChangeFactor ) : System

Method Details

RecordingThresholds() public method

public RecordingThresholds ( float minOrientationAngleChange, float minVelocityAngleChange, float minSpeedChangeFactor ) : System
minOrientationAngleChange float
minVelocityAngleChange float
minSpeedChangeFactor float
return System

Property Details

minOrientationAngleChange public_oe property

public float minOrientationAngleChange
return float

minSpeedChangeFactor public_oe property

public float minSpeedChangeFactor
return float

minVelocityAngleChange public_oe property

public float minVelocityAngleChange
return float