Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/PhysX
/ gImport
Function
gImport
physx/samples/samplehelloworld/SampleHelloWorld.cpp:106–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
}
105
106
static void gImport(Console* console, const char* text, void* userData)
107
{
108
if(!text)
109
{
110
console->out(
"Usage: import <filename>"
);
111
return;
112
}
113
}
114
115
void SampleHelloWorld::onInit()
116
{
Callers
nothing calls this directly
Calls
1
out
Method · 0.80
Tested by
no test coverage detected