MCPcopy Create free account
hub / github.com/BabylonJS/BabylonNative / Log

Method Log

Polyfills/Console/Source/Console.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 void Console::Log(const Napi::CallbackInfo& info)
32 {
33 InvokeCallback(info, Babylon::Polyfills::Console::LogLevel::Log);
34 }
35
36 void Console::Warn(const Napi::CallbackInfo& info)
37 {

Callers 3

experience.jsFile · 0.80
logFpsLoopFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected