Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
VehiclePhysics.DataLogger.Channel Class Reference

Public Member Functions

 Channel (DataRecorder recorder)
 
float Read ()
 
void Write (float value)
 

Public Attributes

bool alphaBlend = false
 
float captionPositionY = 1.0f
 
Color color = Color.white
 
string name = ""
 
float origin = 0.0f
 
float scale = 1.0f
 
bool show = true
 
bool showSegmentBegin = false
 
bool showSegmentEnd = false
 
string valueFormat = "0.00"
 

Constructor & Destructor Documentation

VehiclePhysics.DataLogger.Channel.Channel ( DataRecorder  recorder)
inline

Member Function Documentation

float VehiclePhysics.DataLogger.Channel.Read ( )
inline
void VehiclePhysics.DataLogger.Channel.Write ( float  value)
inline

Member Data Documentation

bool VehiclePhysics.DataLogger.Channel.alphaBlend = false
float VehiclePhysics.DataLogger.Channel.captionPositionY = 1.0f
Color VehiclePhysics.DataLogger.Channel.color = Color.white
string VehiclePhysics.DataLogger.Channel.name = ""
float VehiclePhysics.DataLogger.Channel.origin = 0.0f
float VehiclePhysics.DataLogger.Channel.scale = 1.0f
bool VehiclePhysics.DataLogger.Channel.show = true
bool VehiclePhysics.DataLogger.Channel.showSegmentBegin = false
bool VehiclePhysics.DataLogger.Channel.showSegmentEnd = false
string VehiclePhysics.DataLogger.Channel.valueFormat = "0.00"

The documentation for this class was generated from the following file: