BulletCSharp.btSoftBody.clusterCount C# (CSharp) Method

clusterCount() public method

public clusterCount ( ) : int
return int
        public int clusterCount()
        {
            int ret = BulletSoftBodyPINVOKE.btSoftBody_clusterCount(swigCPtr);
            return ret;
        }