Dela via


IFragmentManager.Pause Method

Definition

Set all fragments unconnected during a temporary system outage, especially while tracking is lost.

public void Pause ();
abstract member Pause : unit -> unit
Public Sub Pause ()

Remarks

Fragments to resume as they were on next update. Pause may be called multiple consecutive frames, as long as the system outage continues, but only Pause or Update should be called on a given frame.

Applies to