![]() |
Debug.Log Extensions
Documentation (1.1.9)
|
|
static |
Logs an error message to the Console if condition is not true
.
Calls to this method will be stripped from release builds unless the UNITY_ASSERTIONS symbol is defined.
condition | Condition you expect to be true . |
methodContext | Expression pointing to a method to which the assertion applies. |