Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ unregisterReflector
Method
unregisterReflector
Engine/source/scene/reflectionManager.cpp:117–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
void ReflectionManager::unregisterReflector( ReflectorBase *reflector )
118
{
119
mReflectors.remove( reflector );
120
}
121
122
void ReflectionManager::update( F32 timeSlice,
123
const Point2I &resolution,
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected