minor: method doc for baked texture uploading

This commit is contained in:
Justin Clark-Casey (justincc)
2011-07-15 22:58:29 +01:00
parent e9dbe54ab1
commit 3e5b2d52ff
2 changed files with 17 additions and 3 deletions

View File

@@ -180,8 +180,9 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory
}
/// <summary>
/// Set appearance data (textureentry and slider settings) received from the client
/// Set appearance data (texture asset IDs and slider settings) received from the client
/// </summary>
/// <param name="client"></param>
/// <param name="texture"></param>
/// <param name="visualParam"></param>
public void SetAppearance(IClientAPI client, Primitive.TextureEntry textureEntry, byte[] visualParams)