C# Class Dbg, KestrelFPV

Afficher le fichier Open project: eleurent/KestrelFPV Class Usage Examples

Méthodes publiques

Свойство Type Description
AddTimeStamp bool
EchoToConsole bool
LogFile string

Méthodes publiques

Méthode Description
Awake ( ) : void
OnDestroy ( ) : void
Trace ( string Message ) : void

Private Methods

Méthode Description
Write ( string message ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

Trace() public static méthode

public static Trace ( string Message ) : void
Message string
Résultat void

Property Details

AddTimeStamp public_oe property

public bool AddTimeStamp
Résultat bool

EchoToConsole public_oe property

public bool EchoToConsole
Résultat bool

LogFile public_oe property

public string LogFile
Résultat string