private void ResetCaptureSystem() { captureState = null; timer.ResetTimer(); captureRenderer.StopRenderingCaptureVisual(); }
public void TransitionState(CaptureState state) { this.captureState = state; this.captureState.SetCaptureContext(this); this.captureState.InitState(); }