C# Class Universe.Physics.BulletSPlugin.BSShapeNative

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

Méthodes publiques

Méthode Description
BSShapeNative ( BulletShape pShape ) : System
CreatePhysicalNativeShape ( BSScene physicsScene, BSPhysObject prim, BSPhysicsShapeType shapeType, FixedShapeKey shapeKey ) : BulletShape
Dereference ( BSScene physicsScene ) : void
GetReference ( BSScene pPhysicsScene, BSPhysObject pPrim ) : BSShape
GetReference ( BSScene physicsScene, BSPhysObject prim, BSPhysicsShapeType shapeType, FixedShapeKey shapeKey ) : BSShape

Method Details

BSShapeNative() public méthode

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

CreatePhysicalNativeShape() public static méthode

public static CreatePhysicalNativeShape ( BSScene physicsScene, BSPhysObject prim, BSPhysicsShapeType shapeType, FixedShapeKey shapeKey ) : BulletShape
physicsScene BSScene
prim BSPhysObject
shapeType BSPhysicsShapeType
shapeKey FixedShapeKey
Résultat BulletShape

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, BSPhysObject prim, BSPhysicsShapeType shapeType, FixedShapeKey shapeKey ) : BSShape
physicsScene BSScene
prim BSPhysObject
shapeType BSPhysicsShapeType
shapeKey FixedShapeKey
Résultat BSShape