C# 클래스 Universe.Modules.Startup.PhysicsPluginManager

Description of MyClass.
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe 1 사용 예제들

공개 메소드들

메소드 설명
GetPhysicsScene ( string physEngineName, string meshEngineName, IConfigSource config, IScene scene ) : PhysicsScene

Get a physics scene for the given physics engine and mesher.

LoadPluginsFromAssemblies ( string assembliesPath ) : void

Load all plugins in assemblies at the given path

메소드 상세

GetPhysicsScene() 공개 메소드

Get a physics scene for the given physics engine and mesher.
public GetPhysicsScene ( string physEngineName, string meshEngineName, IConfigSource config, IScene scene ) : PhysicsScene
physEngineName string
meshEngineName string
config IConfigSource
scene IScene
리턴 Universe.Framework.Physics.PhysicsScene

LoadPluginsFromAssemblies() 공개 메소드

Load all plugins in assemblies at the given path
public LoadPluginsFromAssemblies ( string assembliesPath ) : void
assembliesPath string
리턴 void