Version: 2023.2
言語: 日本語
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.

Additional resources: BillboardAsset, SetImageTexCoords.