C# Class AssertServices, DarkForcesUnity

显示文件 Open project: joeriedel/DarkForcesUnity Class Usage Examples

Public Methods

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

Method Details

Assert() public method

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

Assert() public method

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