BulletCSharp.btTriangleMesh.preallocateVertices C# (CSharp) Méthode

preallocateVertices() public méthode

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