MCPcopy 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
36PhysicsManager::DrawSpaceOptions* PhysicsManager::getDrawOptions() {
37 return &mOptions;
38}
39
40void PhysicsManager::setMemoryManager( bool MemoryManager ) {
41 mMemoryManager = MemoryManager;

Callers 4

drawMethod · 0.80
physicsCreateMethod · 0.80
defaultDrawOptionsFunction · 0.80
demo4CreateFunction · 0.80

Calls

no outgoing calls

Tested by 1

physicsCreateMethod · 0.64