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

Class Env

Dependencies/AndroidExtensions/Source/Globals.cpp:12–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 jobject g_currentActivity{};
11
12 thread_local struct Env final
13 {
14 ~Env()
15 {
16 if (m_attached)
17 {
18 g_javaVM->DetachCurrentThread();
19 }
20 }
21
22 bool m_attached{};
23 } g_env{};
24
25 template<typename ... Args>
26 class Event final

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected