C# Class OpenSim.Tests.Common.Mock.TestScene

Inheritance: OpenSim.Region.Framework.Scenes.Scene
ファイルを表示 Open project: openmetaversefoundation/fortis-opensim Class Usage Examples

Public Methods

Method Description
TestScene ( RegionInfo regInfo, OpenSim.Framework.AgentCircuitManager authen, SceneCommunicationService sceneGridService, ISimulationDataService simDataService, IEstateDataService estateDataService, ModuleLoader moduleLoader, bool dumpAssetsToFile, bool physicalPrim, bool SeeIntoRegionFromNeighbor, IConfigSource config, string simulatorVersion ) : System
VerifyUserPresence ( AgentCircuitData agent, string &reason ) : bool

Temporarily override session authentication for tests (namely teleport).

Method Details

TestScene() public method

public TestScene ( RegionInfo regInfo, OpenSim.Framework.AgentCircuitManager authen, SceneCommunicationService sceneGridService, ISimulationDataService simDataService, IEstateDataService estateDataService, ModuleLoader moduleLoader, bool dumpAssetsToFile, bool physicalPrim, bool SeeIntoRegionFromNeighbor, IConfigSource config, string simulatorVersion ) : System
regInfo OpenSim.Framework.RegionInfo
authen OpenSim.Framework.AgentCircuitManager
sceneGridService OpenSim.Region.Framework.Scenes.SceneCommunicationService
simDataService ISimulationDataService
estateDataService IEstateDataService
moduleLoader OpenSim.Region.Framework.ModuleLoader
dumpAssetsToFile bool
physicalPrim bool
SeeIntoRegionFromNeighbor bool
config IConfigSource
simulatorVersion string
return System

VerifyUserPresence() public method

Temporarily override session authentication for tests (namely teleport).
public VerifyUserPresence ( AgentCircuitData agent, string &reason ) : bool
agent OpenSim.Framework.AgentCircuitData
reason string
return bool