TraceLog method
Label for RaylibCoreModuleBase.TraceLog.
Implementation
String TraceLog(
TraceLogLevel logLevel,
String text,
) => 'TraceLog(${logLevel.name}, $text)';
Label for RaylibCoreModuleBase.TraceLog.
String TraceLog(
TraceLogLevel logLevel,
String text,
) => 'TraceLog(${logLevel.name}, $text)';