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

IsInfinite() public method

public IsInfinite ( BulletShape shape ) : bool
shape BulletShape
return bool
        public override bool IsInfinite(BulletShape shape)
        {
            BulletShapeUnman shapeu = shape as BulletShapeUnman;
            return BSAPICPP.IsInfinite2(shapeu.ptr);
        }
BSAPIUnman