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

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

public appendFace ( int model ) : void
model int
Результат void
        public void appendFace(int model)
        {
            BulletSoftBodyPINVOKE.btSoftBody_appendFace__SWIG_1(swigCPtr, model);
        }

Same methods

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