프로퍼티 | 타입 | 설명 | |
---|---|---|---|
SimpleInitialize | void |
메소드 | 설명 | |
---|---|---|
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
|
메소드 | 설명 | |
---|---|---|
SimpleInitialize ( ) : void |
public AssetBase ( UUID assetID, string name, AssetType assetType, UUID creatorID ) : System | ||
assetID | UUID | |
name | string | |
assetType | AssetType | |
creatorID | UUID | |
리턴 | System |
public AssetBase ( string assetID, string name, AssetType assetType, UUID creatorID ) : System | ||
assetID | string | |
name | string | |
assetType | AssetType | |
creatorID | UUID | |
리턴 | System |
public CompressedUnpack ( string compressedString ) : void | ||
compressedString | string | |
리턴 | void |
public Initiate ( string assetID, string name, AssetType assetType, UUID creatorID ) : void | ||
assetID | string | |
name | string | |
assetType | AssetType | |
creatorID | UUID | |
리턴 | void |