<Code Lib>
2025 Method
Changes 0
M

DividedSurface.GetGridNodeUV

Description:
Get the position of a grid node in UV coordinates in the surface.

public UV GetGridNodeUV(
	GridNode gridNode
)

Return Value UV UV

  • Thrown when the grid node indexes are outside the range [ 0, NumberOfUGridlines - 1 ], [ 0, NumberOfVGridlines - 1 ].

Loading…