C# Class OpenSim.Framework.LandData

Details of a Parcel of land
ファイルを表示 Open project: N3X15/VoxelSim Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

Make a new copy of the land data
public Copy ( ) : LandData
return LandData

FromXml() public static method

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

LandData() public method

public LandData ( ) : System
return System

ToXml() public method

public ToXml ( XmlWriter xmlWriter ) : void
xmlWriter System.Xml.XmlWriter
return void