C# Class OpenSim.Framework.LandData

Details of a Parcel of land
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Copy ( ) : LandData

Make a new copy of the land data

FromXml ( XmlReader xmlReader ) : LandData

Restore a LandData object from the serialized xml representation.

LandData ( ) : System
ToXml ( XmlWriter xmlWriter ) : void

Method Details

Copy() public méthode

Make a new copy of the land data
public Copy ( ) : LandData
Résultat LandData

FromXml() public static méthode

Restore a LandData object from the serialized xml representation.
public static FromXml ( XmlReader xmlReader ) : LandData
xmlReader System.Xml.XmlReader
Résultat LandData

LandData() public méthode

public LandData ( ) : System
Résultat System

ToXml() public méthode

public ToXml ( XmlWriter xmlWriter ) : void
xmlWriter System.Xml.XmlWriter
Résultat void