MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / TeleportList

Function TeleportList

Source/Engine/Debug/DebugDraw.cpp:204–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void TeleportList(const Float3& delta, Array<DebugLine>& list)
205{
206 for (auto& l : list)
207 {
208 l.Start += delta;
209 l.End += delta;
210 }
211}
212
213void TeleportList(const Float3& delta, Array<Vertex>& list)
214{

Callers 1

TeleportMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected