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

Method ResetTimeRange

trinity/Curves/TriCurveSet.cpp:333–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333void TriCurveSet::ResetTimeRange()
334{
335 m_hasTimeRange = false;
336 m_timeRangeMin = m_timeRangeMax = 0;
337}
338
339bool TriCurveSet::HasTimeRange() const
340{

Callers 8

PlayCurveSetMethod · 0.80
PlayCurveSetMethod · 0.80
PlayCurveSetMethod · 0.80
PlayCurveSetMethod · 0.80
PlayCurveSetMethod · 0.80
PlayCurveSetMethod · 0.80
PlayCurveSetMethod · 0.80
PlayCurveSetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected