C# Класс OpenSim.Tests.Common.Mock.TestScene

Наследование: OpenSim.Region.Framework.Scenes.Scene
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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).

Описание методов

TestScene() публичный Метод

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
Результат System

VerifyUserPresence() публичный Метод

Temporarily override session authentication for tests (namely teleport).
public VerifyUserPresence ( AgentCircuitData agent, string &reason ) : bool
agent OpenSim.Framework.AgentCircuitData
reason string
Результат bool