BulletCSharp.btSoftBody.clusterCount C# (CSharp) 메소드

clusterCount() 공개 메소드

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