C# Class OpenMetaverse.MapItem

Base class for Map Items
Mostrar archivo Open project: openmetaversefoundation/libopenmetaverse-oldsvnconvert

Public Properties

Property Type Description
GlobalX uint
GlobalY uint

Property Details

GlobalX public_oe property

The Global X position of the item
public uint GlobalX
return uint

GlobalY public_oe property

The Global Y position of the item
public uint GlobalY
return uint