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

IsCompound() public method

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