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

Method Set

Source/Engine/Networking/Components/NetworkTransform.cpp:340–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340void NetworkTransform::Set(const Transform& transform)
341{
342 if (auto* parent = GetParent())
343 {
344 if (LocalSpace)
345 parent->SetLocalTransform(transform);
346 else
347 parent->SetTransform(transform);
348 }
349}

Callers 6

InvokeObjectReplicationFunction · 0.45
BeginInvokeRPCMethod · 0.45
EndInvokeRPCMethod · 0.45
SendMessageMethod · 0.45

Calls 3

SetLocalTransformMethod · 0.80
SetTransformMethod · 0.80
GetParentFunction · 0.50

Tested by

no test coverage detected