Ejemplo n.º 1
0
 public void Play(float?time = null)
 {
     m_Context?.Play(time == null ? m_Context.Current : time.Value);
 }