Version: 2017.2

BillboardAsset.GetImageTexCoords

Switch to Manual
public Vector4[] GetImageTexCoords ();
public void GetImageTexCoords (List<Vector4> imageTexCoords);

Parameters

imageTexCoords The list that receives the array.

Description

Get the array of billboard image texture coordinate data.

Each element in the array represents a rectangular UV area of the texture. The second overload guarantees no memory allocation happening if the list capacity is big enough to hold the data.

See Also: BillboardAsset, SetImageTexCoords.