C# Class DebugCheck, DarkForcesUnity

Datei anzeigen Open project: joeriedel/DarkForcesUnity Class Usage Examples

Public Methods

Method Description
Assert ( bool expression ) : void
Assert ( bool expression, string msg ) : void

Private Methods

Method Description
DebugCheck ( ) : System.Collections.Generic

Method Details

Assert() public static method

public static Assert ( bool expression ) : void
expression bool
return void

Assert() public static method

public static Assert ( bool expression, string msg ) : void
expression bool
msg string
return void