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

IsPolyhedral() public method

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