MCPcopy 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
117void ReflectionManager::unregisterReflector( ReflectorBase *reflector )
118{
119 mReflectors.remove( reflector );
120}
121
122void ReflectionManager::update( F32 timeSlice,
123 const Point2I &resolution,

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected