Debug.Log Extensions
Documentation (1.1.9)
|
|
static |
Logs an error message to the Console if classMember value does not match expectedValue .
Note that this method work only if UNITY_ASSERTIONS symbol is defined, like for example in development builds.
expectedValue | Value you expect the class member to have. |
classMember | Expression pointing to the class member with the expected value. |