Helper that loads and saves the HUD layout.
Пример #1
0
 public void SaveLayout(Stream stream)
 {
     HUDLayoutHelper.SaveLayout(stream, this);
 }
Пример #2
0
 public void LoadLayout(Stream stream)
 {
     HUDLayoutHelper.LoadLayout(stream, this, Width, Height);
 }