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

IsConcave() public abstract method

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