Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ getDrawOptions
Method
getDrawOptions
src/modules/physics/src/eepp/physics/physicsmanager.cpp:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
PhysicsManager::DrawSpaceOptions* PhysicsManager::getDrawOptions() {
37
return &mOptions;
38
}
39
40
void PhysicsManager::setMemoryManager( bool MemoryManager ) {
41
mMemoryManager = MemoryManager;
Callers
4
draw
Method · 0.80
physicsCreate
Method · 0.80
defaultDrawOptions
Function · 0.80
demo4Create
Function · 0.80
Calls
no outgoing calls
Tested by
1
physicsCreate
Method · 0.64