add test for rezzing an object from a prim item

This commit is contained in:
Justin Clark-Casey (justincc)
2011-05-20 23:22:27 +01:00
parent 9fc29e1595
commit 7ed419217f
4 changed files with 66 additions and 5 deletions

View File

@@ -344,6 +344,9 @@ namespace OpenSim.Region.Framework.Scenes
/// Add an object to the scene. This will both update the scene, and send information about the
/// new object to all clients interested in the scene.
/// </summary>
/// <remarks>
/// The object's stored position, rotation and velocity are used.
/// </remarks>
/// <param name="sceneObject"></param>
/// <param name="attachToBackup">
/// If true, the object is made persistent into the scene.