C# Class Universe.Framework.ClientInterfaces.ExtendedLandData

Inheritance: Universe.Framework.Modules.IDataTransferable
Exibir arquivo Open project: Virtual-Universe/Virtual-Universe

Public Properties

Property Type Description
GlobalPosX float
GlobalPosY float
LandData Universe.Framework.SceneInfo.LandData
RegionArea uint
RegionName string
RegionTerrain string
RegionType string

Public Methods

Method Description
FromOSD ( OSDMap map ) : void
ToOSD ( ) : OSDMap

Method Details

FromOSD() public method

public FromOSD ( OSDMap map ) : void
map OSDMap
return void

ToOSD() public method

public ToOSD ( ) : OSDMap
return OSDMap

Property Details

GlobalPosX public_oe property

public float GlobalPosX
return float

GlobalPosY public_oe property

public float GlobalPosY
return float

LandData public_oe property

public LandData,Universe.Framework.SceneInfo LandData
return Universe.Framework.SceneInfo.LandData

RegionArea public_oe property

public uint RegionArea
return uint

RegionName public_oe property

public string RegionName
return string

RegionTerrain public_oe property

public string RegionTerrain
return string

RegionType public_oe property

public string RegionType
return string