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 |
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 |
public LoadPluginsFromAssemblies ( string assembliesPath ) : void | ||
assembliesPath | string | |
return | void |
public LoadPluginsFromAssembly ( string assemblyPath ) : void | ||
assemblyPath | string | |
return | void |
public static PhysicsPluginMessage ( string message, bool isWarning ) : void | ||
message | string | |
isWarning | bool | |
return | void |