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();
        }