Property | Type | Description | |
---|---|---|---|
ASSET_TYPE_TO_EXTENSION | string>.IDictionary | ||
EXTENSION_TO_ASSET_TYPE | AssetType>.IDictionary |
Method | Description | |
---|---|---|
CreateOarObjectFilename ( string objectName, UUID uuid, System.Vector3 pos ) : string |
Create the filename used to store an object in an OpenSim Archive.
|
|
CreateOarObjectPath ( string objectName, UUID uuid, System.Vector3 pos ) : string |
Create the path used to store an object in an OpenSim Archives.
|
|
ExtractPlainPathFromIarPath ( string iarPath ) : string |
Extract a plain path from an IAR path
|
Method | Description | |
---|---|---|
ArchiveConstants ( ) : System |
public static CreateOarObjectFilename ( string objectName, UUID uuid, System.Vector3 pos ) : string | ||
objectName | string | |
uuid | UUID | |
pos | System.Vector3 | |
return | string |
public static CreateOarObjectPath ( string objectName, UUID uuid, System.Vector3 pos ) : string | ||
objectName | string | |
uuid | UUID | |
pos | System.Vector3 | |
return | string |
public static ExtractPlainPathFromIarPath ( string iarPath ) : string | ||
iarPath | string | |
return | string |
public static IDictionary |
||
return | string>.IDictionary |