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

Method shallowUpdateSelectedObjects

source/EngineImpl/SimulationFacadeImpl.cpp:310–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310void _SimulationFacadeImpl::shallowUpdateSelectedObjects(ShallowUpdateSelectionData const& updateData)
311{
312 _worker.shallowUpdateSelectedObjects(updateData);
313}
314
315void _SimulationFacadeImpl::setSelection(RealVector2D const& startPos, RealVector2D const& endPos)
316{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected