PolymeshTopology.GetUV
Description:
Returns one UV coordinate at the given index.
Returns one UV coordinate at the given index.
public UV GetUV(
int idx
)
-
Int32idxA zero-based index of a UV coordinate
-
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.