示例#1
0
 /// <summary>This method will replace the current texture state with the data saved at the specified save name.</summary>
 public void Load(string saveName, bool replace = true)
 {
     if (activated == true)
     {
         LoadFromData(P3dHelper.LoadBytes(saveName));
     }
 }