C# Class Universe.Physics.BulletSPlugin.BSAPIXNA.BulletShapeXNA

Inheritance: BulletShape
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Méthodes publiques

Свойство Type Description
shape BulletXNA.BulletCollision.CollisionShape

Méthodes publiques

Méthode Description
BulletShapeXNA ( BulletXNA.BulletCollision.CollisionShape xx, BSPhysicsShapeType typ ) : System
Clear ( ) : void
Clone ( ) : BulletShape
ReferenceSame ( BulletShape other ) : bool

Method Details

BulletShapeXNA() public méthode

public BulletShapeXNA ( BulletXNA.BulletCollision.CollisionShape xx, BSPhysicsShapeType typ ) : System
xx BulletXNA.BulletCollision.CollisionShape
typ BSPhysicsShapeType
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

Clone() public méthode

public Clone ( ) : BulletShape
Résultat BulletShape

ReferenceSame() public méthode

public ReferenceSame ( BulletShape other ) : bool
other BulletShape
Résultat bool

Property Details

shape public_oe property

public CollisionShape,BulletXNA.BulletCollision shape
Résultat BulletXNA.BulletCollision.CollisionShape