isUnitTestRun property

bool isUnitTestRun
getter/setter pair

This flag is meant to alert the game engine that it is being run for unit testing purposes, but is currently not supported.

Implementation

static bool isUnitTestRun = false;