Version: 2022.3
言語: 日本語
public Vector4[] GetImageTexCoords ();
public void GetImageTexCoords (List<Vector4> imageTexCoords);

パラメーター

imageTexCoords The list that receives the array.

説明

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.