MCPcopy Create free account
hub / github.com/carbonengine/trinity / Update

Method Update

trinity/Tr2DynamicBinding.cpp:221–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221void Tr2DynamicBinding::Update( Be::Time time )
222{
223 if( m_binding != nullptr && m_bindingTime <= time )
224 {
225 m_binding->CopyValue();
226 }
227}
228
229void Tr2DynamicBinding::Link()
230{

Callers

nothing calls this directly

Calls 1

CopyValueMethod · 0.45

Tested by

no test coverage detected