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

Method GetKeyframesCount

Source/Engine/Animations/AnimationData.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32int32 NodeAnimationData::GetKeyframesCount() const
33{
34 return Position.GetKeyframes().Count() + Rotation.GetKeyframes().Count() + Scale.GetKeyframes().Count();
35}
36
37uint64 NodeAnimationData::GetMemoryUsage() const
38{

Callers 2

GetInfoMethod · 0.80
ImportModelMethod · 0.80

Calls 2

CountMethod · 0.45
GetKeyframesMethod · 0.45

Tested by

no test coverage detected