MCPcopy Create free account
hub / github.com/chrxh/alien / colorSelectedObjects

Method colorSelectedObjects

source/EngineImpl/SimulationFacadeImpl.cpp:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void _SimulationFacadeImpl::colorSelectedObjects(unsigned char color, bool includeClusters)
159{
160 _worker.colorSelectedObjects(color, includeClusters);
161}
162
163void _SimulationFacadeImpl::reconnectSelectedObjects()
164{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected