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
The array of data to set.
Remarks
Additional Resources: BillboardAsset, BillboardAsset.GetImageTexCoords.
SetImageTexCoords(Vector4[])
Set the array of billboard image texture coordinate data.
public void SetImageTexCoords(Vector4[] imageTexCoords)
Parameters
The array of data to set.
Remarks
Additional Resources: BillboardAsset, BillboardAsset.GetImageTexCoords.