Property | Type | Description | |
---|---|---|---|
SimpleInitialize | void |
Method | Description | |
---|---|---|
AssetBase ( ) : System | ||
AssetBase ( UUID assetID ) : System | ||
AssetBase ( UUID assetID, string name, AssetType assetType, UUID creatorID ) : System | ||
AssetBase ( string assetID ) : System | ||
AssetBase ( string assetID, string name, AssetType assetType, UUID creatorID ) : System | ||
AssetTypeInfo ( ) : string | ||
CompressedPack ( ) : string |
Make an OSDMap (json) with only the needed parts for the database and then compress it
|
|
CompressedUnpack ( string compressedString ) : void | ||
Dispose ( ) : void | ||
FillHash ( byte data ) : string | ||
FromOSD ( OSDMap map ) : void | ||
Initiate ( string assetID, string name, AssetType assetType, UUID creatorID ) : void | ||
Pack ( ) : OSDMap |
Pack this asset into an OSDMap
|
|
ToOSD ( ) : OSDMap |
Pack this asset into an OSDMap
|
|
ToString ( ) : string | ||
Unpack ( OSD osd ) : |
Unpack the asset from an OSDMap
|
Method | Description | |
---|---|---|
SimpleInitialize ( ) : void |
public AssetBase ( UUID assetID, string name, AssetType assetType, UUID creatorID ) : System | ||
assetID | UUID | |
name | string | |
assetType | AssetType | |
creatorID | UUID | |
return | System |
public AssetBase ( string assetID, string name, AssetType assetType, UUID creatorID ) : System | ||
assetID | string | |
name | string | |
assetType | AssetType | |
creatorID | UUID | |
return | System |
public CompressedUnpack ( string compressedString ) : void | ||
compressedString | string | |
return | void |
public static FillHash ( byte data ) : string | ||
data | byte | |
return | string |
public Initiate ( string assetID, string name, AssetType assetType, UUID creatorID ) : void | ||
assetID | string | |
name | string | |
assetType | AssetType | |
creatorID | UUID | |
return | void |