C# Class PersistentTrails.RecordingThresholds

Show 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 property

public float minOrientationAngleChange
return float

minSpeedChangeFactor public property

public float minSpeedChangeFactor
return float

minVelocityAngleChange public property

public float minVelocityAngleChange
return float