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

Inheritance: BulletShape
Show file Open project: Virtual-Universe/Virtual-Universe

Public Properties

Property Type Description
shape BulletXNA.BulletCollision.CollisionShape

Public Methods

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

Method Details

BulletShapeXNA() public method

public BulletShapeXNA ( BulletXNA.BulletCollision.CollisionShape xx, BSPhysicsShapeType typ ) : System
xx BulletXNA.BulletCollision.CollisionShape
typ BSPhysicsShapeType
return System

Clear() public method

public Clear ( ) : void
return void

Clone() public method

public Clone ( ) : BulletShape
return BulletShape

ReferenceSame() public method

public ReferenceSame ( BulletShape other ) : bool
other BulletShape
return bool

Property Details

shape public property

public CollisionShape,BulletXNA.BulletCollision shape
return BulletXNA.BulletCollision.CollisionShape