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

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

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

Same methods

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