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

appendAngularJoint() публичный Метод

public appendAngularJoint ( SWIGTYPE_p_AJoint__Specs specs ) : void
specs SWIGTYPE_p_AJoint__Specs
Результат void
        public void appendAngularJoint(SWIGTYPE_p_AJoint__Specs specs)
        {
            BulletSoftBodyPINVOKE.btSoftBody_appendAngularJoint__SWIG_2(swigCPtr, SWIGTYPE_p_AJoint__Specs.getCPtr(specs));
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
        }

Same methods

btSoftBody::appendAngularJoint ( SWIGTYPE_p_AJoint__Specs specs, Body body ) : void
btSoftBody::appendAngularJoint ( SWIGTYPE_p_AJoint__Specs specs, Cluster body0, Body body1 ) : void
btSoftBody::appendAngularJoint ( SWIGTYPE_p_AJoint__Specs specs, btSoftBody body ) : void
btSoftBody::appendAngularJoint ( SWIGTYPE_p_btVector3 axis, Cluster body ) : void
btSoftBody::appendAngularJoint ( SWIGTYPE_p_btVector3 axis, SWIGTYPE_p_btRigidBody rigidBody ) : void
btSoftBody::appendAngularJoint ( SWIGTYPE_p_btVector3 axis, btSoftBody softbody ) : void