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

Inheritance: OpenSim.Region.Framework.Scenes.Scene
Afficher le fichier Open project: openmetaversefoundation/fortis-opensim Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat System

VerifyUserPresence() public méthode

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