コード例 #1
0
 public void UpdateLayout()
 {
     Performance.Start(out string reference);
     Tracker?.UpdateLayout();
     Performance.Stop(reference);
 }
コード例 #2
0
 void IVisualElementRenderer.UpdateLayout() => _tracker?.UpdateLayout();
コード例 #3
0
 public void UpdateLayout()
 {
     Tracker?.UpdateLayout();
 }