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

IsConvex() public abstract method

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