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