ScriptLogEnabled

Overview

AATKitBinding script produces some debug log messages. If you would like to disable logs, set this property as false. Please note you should set false value in the Start Unity event (not in the Awake).

Syntax

ScriptLogEnabled

Examples

void Start()
{
    AATKitBinding.ScriptLogEnabled = false;
}

Last updated