Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

VertexHelper.AddUIVertexStream

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.