BulletCSharp.btTriangleMesh.preallocateVertices C# (CSharp) Method

preallocateVertices() public method

public preallocateVertices ( int numverts ) : void
numverts int
return void
        public virtual void preallocateVertices(int numverts)
        {
            BulletCollisionPINVOKE.btTriangleMesh_preallocateVertices(swigCPtr, numverts);
        }