BulletCSharp.btTriangleMesh.addIndex C# (CSharp) Method

addIndex() public method

public addIndex ( int index ) : void
index int
return void
        public void addIndex(int index)
        {
            BulletCollisionPINVOKE.btTriangleMesh_addIndex(swigCPtr, index);
        }