C# Class Universe.Physics.BulletSPlugin.BSShapeGImpact

Inheritance: BSShape
Datei anzeigen Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Properties

Property Type Description
GImpacts BSShapeGImpact>.Dictionary

Public Methods

Method Description
BSShapeGImpact ( BulletShape pShape ) : System
Dereference ( BSScene physicsScene ) : void
GetReference ( BSScene pPhysicsScene, BSPhysObject pPrim ) : BSShape
GetReference ( BSScene physicsScene, bool forceRebuild, BSPhysObject prim ) : BSShape
TryGetGImpactByPtr ( BulletShape pShape, BSShapeGImpact &outHull ) : bool

Private Methods

Method Description
CreatePhysicalGImpact ( BSScene physicsScene, BSPhysObject prim, System.UInt64 newMeshKey, PrimitiveBaseShape pbs, OpenMetaverse size, float lod ) : BulletShape

Method Details

BSShapeGImpact() public method

public BSShapeGImpact ( 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 pPhysicsScene, BSPhysObject pPrim ) : BSShape
pPhysicsScene BSScene
pPrim 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

TryGetGImpactByPtr() public static method

public static TryGetGImpactByPtr ( BulletShape pShape, BSShapeGImpact &outHull ) : bool
pShape BulletShape
outHull BSShapeGImpact
return bool

Property Details

GImpacts public_oe static_oe property

public static Dictionary GImpacts
return BSShapeGImpact>.Dictionary