2027 Method
Changes 0
M

FillGrid.GetPointLineZone

Description:
Gets the index of fill grid line and the point on the grid line nearest to the input point.
Overloads (2):
GetPointLineZone(UV,UV)
public int GetPointLineZone(
	UV point,
	out UV nearestPoint
)
  • point
    Input point.
  • nearestPoint
    The point on the grid line nearest to the input point.
Return Value Int32 The index of fill grid line.