C# Class RuntimeCheck, DarkForcesUnity

Afficher le fichier Open project: joeriedel/DarkForcesUnity

Méthodes publiques

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

Private Methods

Méthode Description
RuntimeCheck ( ) : 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