C# Class Universe.Physics.BulletSPlugin.BSShapeNative

Inheritance: BSShape
Show file Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Methods

Method Description
BSShapeNative ( BulletShape pShape ) : System
CreatePhysicalNativeShape ( BSScene physicsScene, BSPhysObject prim, BSPhysicsShapeType shapeType, FixedShapeKey shapeKey ) : BulletShape
Dereference ( BSScene physicsScene ) : void
GetReference ( BSScene pPhysicsScene, BSPhysObject pPrim ) : BSShape
GetReference ( BSScene physicsScene, BSPhysObject prim, BSPhysicsShapeType shapeType, FixedShapeKey shapeKey ) : BSShape

Method Details

BSShapeNative() public method

public BSShapeNative ( BulletShape pShape ) : System
pShape BulletShape
return System

CreatePhysicalNativeShape() public static method

public static CreatePhysicalNativeShape ( BSScene physicsScene, BSPhysObject prim, BSPhysicsShapeType shapeType, FixedShapeKey shapeKey ) : BulletShape
physicsScene BSScene
prim BSPhysObject
shapeType BSPhysicsShapeType
shapeKey FixedShapeKey
return BulletShape

Dereference() public method

public Dereference ( BSScene physicsScene ) : void
physicsScene BSScene
return void

GetReference() public method

public GetReference ( BSScene pPhysicsScene, BSPhysObject pPrim ) : BSShape
pPhysicsScene BSScene
pPrim BSPhysObject
return BSShape

GetReference() public static method

public static GetReference ( BSScene physicsScene, BSPhysObject prim, BSPhysicsShapeType shapeType, FixedShapeKey shapeKey ) : BSShape
physicsScene BSScene
prim BSPhysObject
shapeType BSPhysicsShapeType
shapeKey FixedShapeKey
return BSShape