BulletCSharp.btSoftBody.clusterDCImpulse C# (CSharp) 메소드

clusterDCImpulse() 공개 정적인 메소드

public static clusterDCImpulse ( Cluster cluster, SWIGTYPE_p_btVector3 impulse ) : void
cluster Cluster
impulse SWIGTYPE_p_btVector3
리턴 void
        public static void clusterDCImpulse(Cluster cluster, SWIGTYPE_p_btVector3 impulse)
        {
            BulletSoftBodyPINVOKE.btSoftBody_clusterDCImpulse(Cluster.getCPtr(cluster), SWIGTYPE_p_btVector3.getCPtr(impulse));
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
        }