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

releaseCluster() 공개 메소드

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