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

scale() public méthode

public scale ( SWIGTYPE_p_btVector3 scl ) : void
scl SWIGTYPE_p_btVector3
Résultat void
        public void scale(SWIGTYPE_p_btVector3 scl)
        {
            BulletSoftBodyPINVOKE.btSoftBody_scale(swigCPtr, SWIGTYPE_p_btVector3.getCPtr(scl));
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
        }