C# Class Universe.Physics.BulletSPlugin.BSShapeConvexHull

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

Public Properties

Property Type Description
ConvexHulls BSShapeConvexHull>.Dictionary

Public Methods

Method Description
BSShapeConvexHull ( BulletShape pShape ) : System
Dereference ( BSScene physicsScene ) : void
GetReference ( BSScene physicsScene, BSPhysObject prim ) : BSShape
GetReference ( BSScene physicsScene, bool forceRebuild, BSPhysObject prim ) : BSShape
TryGetConvexHullByPtr ( BulletShape pShape, BSShapeConvexHull &outHull ) : bool

Method Details

BSShapeConvexHull() public method

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

Dereference() public method

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

GetReference() public method

public GetReference ( BSScene physicsScene, BSPhysObject prim ) : BSShape
physicsScene BSScene
prim BSPhysObject
return BSShape

GetReference() public static method

public static GetReference ( BSScene physicsScene, bool forceRebuild, BSPhysObject prim ) : BSShape
physicsScene BSScene
forceRebuild bool
prim BSPhysObject
return BSShape

TryGetConvexHullByPtr() public static method

public static TryGetConvexHullByPtr ( BulletShape pShape, BSShapeConvexHull &outHull ) : bool
pShape BulletShape
outHull BSShapeConvexHull
return bool

Property Details

ConvexHulls public static property

public static Dictionary ConvexHulls
return BSShapeConvexHull>.Dictionary