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

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

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