Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetImageTexCoords

Set the array of billboard image texture coordinate data.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule

SetImageTexCoords(List<Vector4>)

Set the array of billboard image texture coordinate data.
public void SetImageTexCoords(List<Vector4> imageTexCoords)

Parameters

imageTexCoords

The array of data to set.

Remarks

SetImageTexCoords(Vector4[])

Set the array of billboard image texture coordinate data.
public void SetImageTexCoords(Vector4[] imageTexCoords)

Parameters

imageTexCoords

The array of data to set.

Remarks