C# Class OpenSim.Region.Physics.Manager.PhysicsPluginManager

Description of MyClass.
Mostrar archivo Open project: N3X15/VoxelSim Class Usage Examples

Public Methods

Method Description
GetPhysicsScene ( string physEngineName, string voxMesherName, string meshEngineName, IConfigSource config, string regionName ) : 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

LoadPluginsFromAssembly ( string assemblyPath ) : void

Load plugins from an assembly at the given path

PhysicsPluginManager ( ) : System

Constructor.

PhysicsPluginMessage ( string message, bool isWarning ) : void

Method Details

GetPhysicsScene() public method

Get a physics scene for the given physics engine and mesher.
public GetPhysicsScene ( string physEngineName, string voxMesherName, string meshEngineName, IConfigSource config, string regionName ) : PhysicsScene
physEngineName string
voxMesherName string
meshEngineName string
config IConfigSource
regionName string
return PhysicsScene

LoadPluginsFromAssemblies() public method

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

LoadPluginsFromAssembly() public method

Load plugins from an assembly at the given path
public LoadPluginsFromAssembly ( string assemblyPath ) : void
assemblyPath string
return void

PhysicsPluginManager() public method

Constructor.
public PhysicsPluginManager ( ) : System
return System

PhysicsPluginMessage() public static method

public static PhysicsPluginMessage ( string message, bool isWarning ) : void
message string
isWarning bool
return void