2024 Method
Changes 1
M

CurveUV.GetEndParameter

Description:
Gets the raw parameter value at the start or end of this curve.
public double GetEndParameter(
	int index
)
  • Int32
    index
    Use 0 for the start parameter, 1 for the end parameter of the curve.
Return Value double The raw parameter value at the start or end of this curve.