mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
@@ -611,10 +611,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
public bool IsSelected
|
||||
{
|
||||
get
|
||||
{
|
||||
return m_isSelected;
|
||||
}
|
||||
get { return m_isSelected; }
|
||||
set
|
||||
{
|
||||
m_isSelected = value;
|
||||
@@ -622,23 +619,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
ParentGroup.PartSelectChanged(value);
|
||||
}
|
||||
}
|
||||
|
||||
public bool IsPhysical
|
||||
{
|
||||
get
|
||||
{
|
||||
return ((Flags & PrimFlags.Physics) != 0);
|
||||
}
|
||||
}
|
||||
|
||||
public bool IsPhantom
|
||||
{
|
||||
get
|
||||
{
|
||||
return ((Flags & PrimFlags.Phantom) != 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
public Dictionary<int, string> CollisionFilter
|
||||
{
|
||||
get { return m_CollisionFilter; }
|
||||
|
||||
Reference in New Issue
Block a user