2024 Method
Changes 0
M

PolymeshTopology.GetUV

Description:
Returns one UV coordinate at the given index.
public UV GetUV(
	int idx
)
  • Int32
    idx
    A zero-based index of a UV coordinate
Return Value UV coordinates at the given index
  • The given value is not a valid index of a UV coordinate of the polymesh. A valid valure is not negative and is smaller than the number of UV coordinates in the polymesh.