mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
* Adding ScenePresence.ClientView property to return IClientCore interface to a client.
This commit is contained in:
@@ -34,6 +34,7 @@ using OpenMetaverse;
|
||||
using OpenMetaverse.Packets;
|
||||
using log4net;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Framework.Client;
|
||||
using OpenSim.Framework.Communications.Cache;
|
||||
using OpenSim.Region.Environment.Interfaces;
|
||||
using OpenSim.Region.Environment.Types;
|
||||
@@ -355,6 +356,11 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
set { m_controllingClient = value; }
|
||||
}
|
||||
|
||||
public IClientCore ClientView
|
||||
{
|
||||
get { return (IClientCore) m_controllingClient; }
|
||||
}
|
||||
|
||||
protected Vector3 m_parentPosition = new Vector3();
|
||||
public Vector3 ParentPosition
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user