minor: a few miscellaneous comments

This commit is contained in:
Justin Clark-Casey (justincc)
2010-08-07 00:45:04 +01:00
parent 85d7d0583e
commit 6c8c8d669b
2 changed files with 9 additions and 0 deletions

View File

@@ -1162,6 +1162,10 @@ namespace OpenSim.Region.Framework.Scenes
set { _nextOwnerMask = value; }
}
/// <summary>
/// Property flags. See OpenMetaverse.PrimFlags
/// </summary>
/// Example properties are PrimFlags.Phantom and PrimFlags.DieAtEdge
public PrimFlags Flags
{
get { return _flags; }