Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetNamespace
Method
GetNamespace
Source/Engine/Scripting/Runtime/Mono.cpp:1295–1298 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1293
}
1294
1295
StringAnsiView MClass::GetNamespace() const
1296
{
1297
return StringAnsiView(mono_class_get_namespace(_monoClass));
1298
}
1299
1300
MType* MClass::GetType() const
1301
{
Callers
2
UnboxVariant
Method · 0.80
BuildName
Function · 0.80
Calls
1
StringAnsiView
Class · 0.50
Tested by
no test coverage detected