minor: I was wrong about OffsetPosition - sometimes it genuinely does return offset position!

Add method doc to explain this.
remove-scene-viewer
Justin Clark-Casey (justincc) 2011-09-16 22:55:24 +01:00
parent b2356340d2
commit adfe713b43
1 changed files with 4 additions and 0 deletions

View File

@ -526,6 +526,10 @@ namespace OpenSim.Region.Framework.Scenes
}
}
/// <summary>
/// If sitting, returns the offset position from the prim the avatar is sitting on.
/// Otherwise, returns absolute position in the scene.
/// </summary>
public Vector3 OffsetPosition
{
get { return m_pos; }