BulletCSharp.btTriangleMesh.preallocateVertices C# (CSharp) 메소드

preallocateVertices() 공개 메소드

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