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

Method Swap

Source/Engine/Animations/AnimationData.cpp:66–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void AnimationData::Swap(AnimationData& other)
67{
68 ::Swap(Duration, other.Duration);
69 ::Swap(FramesPerSecond, other.FramesPerSecond);
70 ::Swap(RootMotionFlags, other.RootMotionFlags);
71 ::Swap(Name, other.Name);
72 ::Swap(RootNodeName, other.RootNodeName);
73 Channels.Swap(other.Channels);
74}
75
76void AnimationData::Release()
77{

Callers 6

RenderMethod · 0.45
RenderListBufferMethod · 0.45
RenderListBufferClass · 0.45
loadMethod · 0.45
SaveMethod · 0.45
loadMethod · 0.45

Calls 1

SwapFunction · 0.50

Tested by

no test coverage detected