Legacy Documentation: Version 4.6.2
Language: English
  • C#
  • JS
  • Boo

Script language

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

UI.Graphic.OnFillVBO

Switch to Manual
protected void OnFillVBO(List<UIVertex> vbo);

Parameters

vbo List to fill with vertices.

Description

Function you can override to generate specific vertex generation in your application.

Used by Text, Image, and RawImage for example to generate vertices specific to their use case.