C# 클래스 OpenSim.Framework.LandData

Details of a Parcel of land
파일 보기 프로젝트 열기: N3X15/VoxelSim 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

Copy() 공개 메소드

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

FromXml() 공개 정적인 메소드

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

LandData() 공개 메소드

public LandData ( ) : System
리턴 System

ToXml() 공개 메소드

public ToXml ( XmlWriter xmlWriter ) : void
xmlWriter System.Xml.XmlWriter
리턴 void