Метод | Описание | |
---|---|---|
AddRegion ( |
||
Close ( ) : void | ||
Delete ( string id ) : bool |
Delete an asset
|
|
Get ( string id ) : AssetBase | ||
Get ( string id, Object sender, AssetRetrieved handler ) : bool |
Get an asset asynchronously
|
|
GetCached ( string id ) : AssetBase | ||
GetData ( string id ) : byte[] | ||
GetMetadata ( string id ) : AssetMetadata |
Get an asset's metadata
|
|
Initialise ( IConfigSource source ) : void | ||
PostInitialise ( ) : void | ||
RegionLoaded ( Scene scene ) : void | ||
RemoveRegion ( Scene scene ) : void | ||
SimianAssetServiceConnector ( ) : System | ||
SimianAssetServiceConnector ( IConfigSource source ) : System | ||
SimianAssetServiceConnector ( string url ) : System | ||
Store ( AssetBase asset ) : string |
Creates a new asset
|
|
UpdateContent ( string id, byte data ) : bool |
Update an asset's content
|
Метод | Описание | |
---|---|---|
CommonInit ( IConfigSource source ) : void | ||
GetRemote ( string id ) : AssetBase |
public AddRegion ( |
||
scene | ||
Результат | void |
public Get ( string id, Object sender, AssetRetrieved handler ) : bool | ||
id | string | The asset id |
sender | Object | Represents the requester. Passed back via the handler |
handler | AssetRetrieved | The handler to call back once the asset has been retrieved |
Результат | bool |
public GetCached ( string id ) : AssetBase | ||
id | string | |
Результат | AssetBase |
public GetMetadata ( string id ) : AssetMetadata | ||
id | string | |
Результат | AssetMetadata |
public Initialise ( IConfigSource source ) : void | ||
source | IConfigSource | |
Результат | void |
public RegionLoaded ( Scene scene ) : void | ||
scene | Scene | |
Результат | void |
public RemoveRegion ( Scene scene ) : void | ||
scene | Scene | |
Результат | void |
public SimianAssetServiceConnector ( ) : System | ||
Результат | System |
public SimianAssetServiceConnector ( IConfigSource source ) : System | ||
source | IConfigSource | |
Результат | System |
public SimianAssetServiceConnector ( string url ) : System | ||
url | string | |
Результат | System |
public UpdateContent ( string id, byte data ) : bool | ||
id | string | |
data | byte | |
Результат | bool |