BulletCSharp.btSoftBody.releaseCluster C# (CSharp) Method

releaseCluster() public method

public releaseCluster ( int index ) : void
index int
return void
        public void releaseCluster(int index)
        {
            BulletSoftBodyPINVOKE.btSoftBody_releaseCluster(swigCPtr, index);
        }