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

Method Swap

Source/Engine/Graphics/Models/SkinnedMesh.cpp:153–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void SkeletonData::Swap(SkeletonData& other)
154{
155 Nodes.Swap(other.Nodes);
156 Bones.Swap(other.Bones);
157 Dirty();
158 other.Dirty();
159}
160
161Transform SkeletonData::GetNodeTransform(int32 nodeIndex) const
162{

Callers 2

SwapBuffersMethod · 0.45
RemapArrayHelperFunction · 0.45

Calls 1

DirtyMethod · 0.45

Tested by

no test coverage detected