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

Parameters

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

Description

Add a stream of custom UIVertex and corresponding indices.