mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
* More cleaning
This commit is contained in:
@@ -51,6 +51,22 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
|
||||
public bool isSelected = false;
|
||||
|
||||
public PhysicsScene PhysScene
|
||||
{
|
||||
get
|
||||
{
|
||||
return m_PhysScene;
|
||||
}
|
||||
}
|
||||
|
||||
public PhysicsActor PhysActor
|
||||
{
|
||||
get
|
||||
{
|
||||
return m_PhysActor;
|
||||
}
|
||||
}
|
||||
|
||||
public LLUUID rootUUID
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user