BulletCSharp.btSoftBody.clusterDAImpulse C# (CSharp) Метод

clusterDAImpulse() публичный статический Метод

public static clusterDAImpulse ( Cluster cluster, SWIGTYPE_p_btVector3 impulse ) : void
cluster Cluster
impulse SWIGTYPE_p_btVector3
Результат void
        public static void clusterDAImpulse(Cluster cluster, SWIGTYPE_p_btVector3 impulse)
        {
            BulletSoftBodyPINVOKE.btSoftBody_clusterDAImpulse(Cluster.getCPtr(cluster), SWIGTYPE_p_btVector3.getCPtr(impulse));
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
        }