C# 클래스 OpenSim.Tests.Common.Mock.TestScene

상속: OpenSim.Region.Framework.Scenes.Scene
파일 보기 프로젝트 열기: openmetaversefoundation/fortis-opensim 1 사용 예제들

공개 메소드들

메소드 설명
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