MCPcopy Create free account
hub / github.com/BoomingTech/Piccolo / scale

Method scale

engine/source/runtime/function/animation/node.cpp:182–186  ·  view source on GitHub ↗

-----------------------------------------------------------------------

Source from the content-addressed store, hash-verified

180 const Vector3& Node::getScale(void) const { return m_scale; }
181 //-----------------------------------------------------------------------
182 void Node::scale(const Vector3& inScale)
183 {
184 m_scale = m_scale * inScale;
185 setDirty();
186 }
187 //-----------------------------------------------------------------------
188 const std::string& Node::getName(void) const { return m_name; }
189 //-----------------------------------------------------------------------

Callers 3

ApproxMatcherClass · 0.45
applyAnimationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected