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

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

public appendFace ( int node0, int node1, int node2 ) : void
node0 int
node1 int
node2 int
Результат void
        public void appendFace(int node0, int node1, int node2)
        {
            BulletSoftBodyPINVOKE.btSoftBody_appendFace__SWIG_4(swigCPtr, node0, node1, node2);
        }

Same methods

btSoftBody::appendFace ( ) : void
btSoftBody::appendFace ( int model ) : void
btSoftBody::appendFace ( int model, Material mat ) : void
btSoftBody::appendFace ( int node0, int node1, int node2, Material mat ) : void