* Various documentation to some black magic parts of LLClientView

* Added IClientAPI.SendTexture stub.
This commit is contained in:
Teravus Ovares
2008-06-28 00:33:17 +00:00
parent 8b8b45267e
commit e5649e0dd5
4 changed files with 101 additions and 6 deletions

View File

@@ -1017,6 +1017,8 @@ namespace OpenSim.Framework
void SendAsset(AssetRequestToClient req);
void SendTexture(AssetBase TextureAsset);
byte[] GetThrottlesPacked(float multiplier);