BulletCSharp.btSoftBody.clusterCount C# (CSharp) Méthode

clusterCount() public méthode

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