C# Class Universe.Physics.BulletSPlugin.BSShapeHull

Inheritance: BSShape
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Méthodes publiques

Свойство Type Description
Hulls BSShapeHull>.Dictionary

Méthodes publiques

Méthode 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

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

Method Details

BSShapeHull() public méthode

public BSShapeHull ( BulletShape pShape ) : System
pShape BulletShape
Résultat System

Dereference() public méthode

public Dereference ( BSScene physicsScene ) : void
physicsScene BSScene
Résultat void

GetReference() public méthode

public GetReference ( BSScene pPhysicsScene, BSPhysObject pPrim ) : BSShape
pPhysicsScene BSScene
pPrim BSPhysObject
Résultat BSShape

GetReference() public static méthode

public static GetReference ( BSScene physicsScene, bool forceRebuild, BSPhysObject prim ) : BSShape
physicsScene BSScene
forceRebuild bool
prim BSPhysObject
Résultat BSShape

TryGetHullByPtr() public static méthode

public static TryGetHullByPtr ( BulletShape pShape, BSShapeHull &outHull ) : bool
pShape BulletShape
outHull BSShapeHull
Résultat bool

Property Details

Hulls public_oe static_oe property

public static Dictionary Hulls
Résultat BSShapeHull>.Dictionary