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

IsConvex2d() public abstract method

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