C# Class PersistentTrails.debugLine

Afficher le fichier Open project: GrJo/KSPPersistentTrails

Méthodes publiques

Свойство Type Description
delay float
text string

Méthodes publiques

Méthode Description
debugLine ( string _text, float _delay ) : System

Method Details

debugLine() public méthode

public debugLine ( string _text, float _delay ) : System
_text string
_delay float
Résultat System

Property Details

delay public_oe property

public float delay
Résultat float

text public_oe property

public string text
Résultat string