mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Make ISimulationScene.GetScene() used the more efficient region id for lookup rather than the region handle.
This commit is contained in:
@@ -35,7 +35,17 @@ namespace OpenSim.Services.Interfaces
|
||||
{
|
||||
public interface ISimulationService
|
||||
{
|
||||
IScene GetScene(ulong regionHandle);
|
||||
/// <summary>
|
||||
/// Retrieve the scene with the given region ID.
|
||||
/// </summary>
|
||||
/// <param name='regionId'>
|
||||
/// Region identifier.
|
||||
/// </param>
|
||||
/// <returns>
|
||||
/// The scene.
|
||||
/// </returns>
|
||||
IScene GetScene(UUID regionId);
|
||||
|
||||
ISimulationService GetInnerService();
|
||||
|
||||
#region Agents
|
||||
|
||||
Reference in New Issue
Block a user