OpenMetaverse Protocol Library Developers API Documentation
AssetLandmark Class
NamespacesOpenMetaverse.AssetsAssetLandmark
Represents a Landmark with RegionID and Position vector
Declaration Syntax
C#
public
class
AssetLandmark :
Asset
Members
All Members Constructors Methods Properties Fields



Icon Member Description
AssetLandmark () () () ()
Construct an Asset of type Landmark

AssetLandmark(UUID, array< Byte > [] () [] [] )
Construct an Asset object of type Landmark

AssetType
Override the base classes AssetType
(Overrides Asset. AssetType.)
Decode () () () ()
Decode the raw asset data, populating the RegionID and Position
(Overrides Asset. Decode () () () () .)
Encode () () () ()
Encode the raw contents of a string with the specific Landmark format
(Overrides Asset. Encode () () () () .)
Position
Local position of the target

RegionID
UUID of the Landmark target region

Inheritance Hierarchy
Object
Asset
  AssetLandmark

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)