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

applyClusters() public méthode

public applyClusters ( bool drift ) : void
drift bool
Résultat void
        public void applyClusters(bool drift)
        {
            BulletSoftBodyPINVOKE.btSoftBody_applyClusters(swigCPtr, drift);
        }