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

applyClusters() 공개 메소드

public applyClusters ( bool drift ) : void
drift bool
리턴 void
        public void applyClusters(bool drift)
        {
            BulletSoftBodyPINVOKE.btSoftBody_applyClusters(swigCPtr, drift);
        }