C# Class DebugCheck, DarkForcesUnity

Afficher le fichier Open project: joeriedel/DarkForcesUnity Class Usage Examples

Méthodes publiques

Méthode Description
Assert ( bool expression ) : void
Assert ( bool expression, string msg ) : void

Private Methods

Méthode Description
DebugCheck ( ) : System.Collections.Generic

Method Details

Assert() public static méthode

public static Assert ( bool expression ) : void
expression bool
Résultat void

Assert() public static méthode

public static Assert ( bool expression, string msg ) : void
expression bool
msg string
Résultat void