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

IsInfinite() public abstract method

public abstract IsInfinite ( BulletShape shape ) : bool
shape BulletShape
return bool
        public abstract bool IsInfinite(BulletShape shape);
BSAPITemplate