MCPcopy Create free account
hub / github.com/comaps/comaps / CouldBeBlendedWith

Method CouldBeBlendedWith

libs/drape_frontend/animation/animation.cpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60bool Animation::CouldBeBlendedWith(Animation const & animation) const
61{
62 return !HasSameObjects(animation) ||
63 ((GetType() != animation.GetType()) && m_couldBeBlended && animation.m_couldBeBlended);
64}
65
66bool Animation::HasTargetProperty(Object object, ObjectProperty property) const
67{

Callers 1

CombineAnimationMethod · 0.80

Calls 2

GetTypeFunction · 0.50
GetTypeMethod · 0.45

Tested by

no test coverage detected