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

IsInfinite() public method

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