Universe.Physics.BulletSPlugin.BSAPIXNA.GetShapeType C# (CSharp) Method

GetShapeType() public method

public GetShapeType ( BulletShape pShape ) : int
pShape BulletShape
return int
        public override int GetShapeType(BulletShape pShape)
        {
            CollisionShape shape = (pShape as BulletShapeXNA).shape;
            return (int)shape.GetShapeType();
        }
BSAPIXNA