Logger(Boolean, LogType, Int32)
Logs the text representation of the specified Boolean value.
public static void Logger(bool value, LogType logType, int logLevel)
engine.Logger(true, LogType.None, -1);
None|-1|ID0|Logger_Bool_Test|True
Last updated
Logs the text representation of the specified Boolean value.
public static void Logger(bool value, LogType logType, int logLevel)
engine.Logger(true, LogType.None, -1);
None|-1|ID0|Logger_Bool_Test|True
Last updated