Example #1
0
 public void GetTimeRange(out double begin, out double end)
 {
     m_context.GetTimeRange(out begin, out end);
 }
 public void GetTimeRange(ref double begin, ref double end)
 {
     m_context.GetTimeRange(ref begin, ref end);
 }