C# Class PersistentTrails.debugLine

Mostra file Open project: GrJo/KSPPersistentTrails

Public Properties

Property Type Description
delay float
text string

Public Methods

Method Description
debugLine ( string _text, float _delay ) : System

Method Details

debugLine() public method

public debugLine ( string _text, float _delay ) : System
_text string
_delay float
return System

Property Details

delay public_oe property

public float delay
return float

text public_oe property

public string text
return string