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

clusterVAImpulse() public static méthode

public static clusterVAImpulse ( Cluster cluster, SWIGTYPE_p_btVector3 impulse ) : void
cluster Cluster
impulse SWIGTYPE_p_btVector3
Résultat void
        public static void clusterVAImpulse(Cluster cluster, SWIGTYPE_p_btVector3 impulse)
        {
            BulletSoftBodyPINVOKE.btSoftBody_clusterVAImpulse(Cluster.getCPtr(cluster), SWIGTYPE_p_btVector3.getCPtr(impulse));
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
        }