public void AddUIVertexStream (List<UIVertex> verts, List<int> indices);

파라미터

vertsThe custom stream of verts to add to the helpers internal data.
indicesThe custom stream of indices to add to the helpers internal data.

설명

Add a stream of custom UIVertex and corresponding indices.