C# Class Universe.Physics.BulletSPlugin.BSShapeHull

Inheritance: BSShape
ファイルを表示 Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Properties

Property Type Description
Hulls BSShapeHull>.Dictionary

Public Methods

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

Private Methods

Method Description
CreatePhysicalHull ( BSScene physicsScene, BSPhysObject prim, System.UInt64 newHullKey, PrimitiveBaseShape pbs, OpenMetaverse size, float lod ) : BulletShape
HullReturn ( ConvexResult result ) : void

Method Details

BSShapeHull() public method

public BSShapeHull ( 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

TryGetHullByPtr() public static method

public static TryGetHullByPtr ( BulletShape pShape, BSShapeHull &outHull ) : bool
pShape BulletShape
outHull BSShapeHull
return bool

Property Details

Hulls public_oe static_oe property

public static Dictionary Hulls
return BSShapeHull>.Dictionary