C# Class WarTornLands.Infrastructure.Systems.SaveLoad.SaveLoadHelper

Afficher le fichier Open project: floAr/WarTornLands

Méthodes publiques

Méthode Description
LoadRectangle ( SerializationInfo &info, string name ) : Rectangle
SaveRectangle ( SerializationInfo &info, Rectangle rect, string name ) : void

Method Details

LoadRectangle() public static méthode

public static LoadRectangle ( SerializationInfo &info, string name ) : Rectangle
info System.Runtime.Serialization.SerializationInfo
name string
Résultat Microsoft.Xna.Framework.Rectangle

SaveRectangle() public static méthode

public static SaveRectangle ( SerializationInfo &info, Rectangle rect, string name ) : void
info System.Runtime.Serialization.SerializationInfo
rect Microsoft.Xna.Framework.Rectangle
name string
Résultat void