LanguageEnglish
  • C#
  • JS

Script language

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

This version of Unity is unsupported.

BillboardAsset.SetVertices

Switch to Manual
public void SetVertices(Vector2[] vertices);
public void SetVertices(List<Vector2> vertices);

Parameters

verticesThe array of data to set.

Description

Set the vertices of the billboard mesh.