Debug.Log Extensions
Documentation (1.1.9)

◆ DisplayOnScreen() [1/2]

static void Debug.DisplayOnScreen ( [NotNull] Expression< Func< object >>  classMember)
static

Start displaying the name and value of the class member on screen.

Value will continue to be displayed until CancelDisplayOnScreen is called with an expression pointing to the same class member.

Parameters
classMemberExpression pointing to the class member to display on screen.