This version of Unity is unsupported.

VertexHelper.AddUIVertexStream

Declaration

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

Parameters

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

Description

Add a stream of custom UIVertex and corresponding indices.