Exemplo n.º 1
0
 public void ApplyTween(float inPercent)
 {
     m_Routine.SetTimeScale(m_Start + m_Delta * inPercent);
 }