OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
OpenSim.Framework.AssetLandmark Class Reference
Inheritance diagram for OpenSim.Framework.AssetLandmark:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Framework.AssetLandmark:
Collaboration graph
[legend]

Public Member Functions

 AssetLandmark (AssetBase a)
 
- Public Member Functions inherited from OpenSim.Framework.AssetBase
 AssetBase ()
 
 AssetBase (UUID assetID, string name, sbyte assetType, string creatorID)
 
 AssetBase (string assetID, string name, sbyte assetType, string creatorID)
 
override string ToString ()
 

Public Attributes

Vector3 Position
 
ulong RegionHandle
 
UUID RegionID
 
string Gatekeeper = string.Empty
 
int Version
 

Additional Inherited Members

- Static Public Attributes inherited from OpenSim.Framework.AssetBase
static readonly int MAX_ASSET_NAME = 64
 
static readonly int MAX_ASSET_DESC = 64
 
- Properties inherited from OpenSim.Framework.AssetBase
bool ContainsReferences [get]
 
bool IsTextualAsset [get]
 
bool IsBinaryAsset [get]
 Checks if this asset is a binary or text asset More...
 
virtual byte[] Data [get, set]
 
UUID FullID [get, set]
 Asset UUID More...
 
string ID [get, set]
 Asset MetaData ID (transferring from UUID to string ID) More...
 
string Name [get, set]
 
string Description [get, set]
 
sbyte Type [get, set]
 (sbyte) AssetType enum More...
 
int UploadAttempts [get, set]
 
bool Local [get, set]
 Is this a region only asset, or does this exist on the asset server also More...
 
bool Temporary [get, set]
 Is this asset going to be saved to the asset database? More...
 
string CreatorID [get, set]
 
AssetFlags Flags [get, set]
 
AssetMetadata Metadata [get, set]
 

Detailed Description

Definition at line 33 of file AssetLandmark.cs.

Constructor & Destructor Documentation

OpenSim.Framework.AssetLandmark.AssetLandmark ( AssetBase  a)
inline

Definition at line 41 of file AssetLandmark.cs.

Member Data Documentation

string OpenSim.Framework.AssetLandmark.Gatekeeper = string.Empty

Definition at line 38 of file AssetLandmark.cs.

Vector3 OpenSim.Framework.AssetLandmark.Position

Definition at line 35 of file AssetLandmark.cs.

ulong OpenSim.Framework.AssetLandmark.RegionHandle

Definition at line 36 of file AssetLandmark.cs.

UUID OpenSim.Framework.AssetLandmark.RegionID

Definition at line 37 of file AssetLandmark.cs.

int OpenSim.Framework.AssetLandmark.Version

Definition at line 39 of file AssetLandmark.cs.


The documentation for this class was generated from the following file: