C# Class Dbg, KestrelFPV

ファイルを表示 Open project: eleurent/KestrelFPV Class Usage Examples

Public Properties

Property Type Description
AddTimeStamp bool
EchoToConsole bool
LogFile string

Public Methods

Method Description
Awake ( ) : void
OnDestroy ( ) : void
Trace ( string Message ) : void

Private Methods

Method Description
Write ( string message ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

Trace() public static method

public static Trace ( string Message ) : void
Message string
return void

Property Details

AddTimeStamp public_oe property

public bool AddTimeStamp
return bool

EchoToConsole public_oe property

public bool EchoToConsole
return bool

LogFile public_oe property

public string LogFile
return string