C# Class Universe.Framework.ClientInterfaces.ExtendedLandData

Inheritance: Universe.Framework.Modules.IDataTransferable
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Méthodes publiques

Свойство Type Description
GlobalPosX float
GlobalPosY float
LandData Universe.Framework.SceneInfo.LandData
RegionArea uint
RegionName string
RegionTerrain string
RegionType string

Méthodes publiques

Méthode Description
FromOSD ( OSDMap map ) : void
ToOSD ( ) : OSDMap

Method Details

FromOSD() public méthode

public FromOSD ( OSDMap map ) : void
map OSDMap
Résultat void

ToOSD() public méthode

public ToOSD ( ) : OSDMap
Résultat OSDMap

Property Details

GlobalPosX public_oe property

public float GlobalPosX
Résultat float

GlobalPosY public_oe property

public float GlobalPosY
Résultat float

LandData public_oe property

public LandData,Universe.Framework.SceneInfo LandData
Résultat Universe.Framework.SceneInfo.LandData

RegionArea public_oe property

public uint RegionArea
Résultat uint

RegionName public_oe property

public string RegionName
Résultat string

RegionTerrain public_oe property

public string RegionTerrain
Résultat string

RegionType public_oe property

public string RegionType
Résultat string