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