C# Class OpenSim.Region.Physics.OdePlugin.OdePlugin

ODE plugin
Inheritance: IPhysicsPlugin
显示文件 Open project: N3X15/VoxelSim Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetName ( ) : string
GetScene ( String sceneIdentifier ) : PhysicsScene
Init ( ) : bool
OdePlugin ( ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetName() public method

public GetName ( ) : string
return string

GetScene() public method

public GetScene ( String sceneIdentifier ) : PhysicsScene
sceneIdentifier String
return PhysicsScene

Init() public method

public Init ( ) : bool
return bool

OdePlugin() public method

public OdePlugin ( ) : System
return System