C# Class Universe.Physics.BulletSPlugin.BSShapeConvexHull

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

Méthodes publiques

Свойство Type Description
ConvexHulls BSShapeConvexHull>.Dictionary

Méthodes publiques

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

public BSShapeConvexHull ( 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 physicsScene, BSPhysObject prim ) : BSShape
physicsScene BSScene
prim 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

TryGetConvexHullByPtr() public static méthode

public static TryGetConvexHullByPtr ( BulletShape pShape, BSShapeConvexHull &outHull ) : bool
pShape BulletShape
outHull BSShapeConvexHull
Résultat bool

Property Details

ConvexHulls public_oe static_oe property

public static Dictionary ConvexHulls
Résultat BSShapeConvexHull>.Dictionary