C# Class OpenMetaverse.MapItem

Base class for Map Items
Show file Open project: openmetaversefoundation/libopenmetaverse-oldsvnconvert

Public Properties

Property Type Description
GlobalX uint
GlobalY uint

Property Details

GlobalX public property

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

GlobalY public property

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