2024 Structure
Changes 0
S

GridNode

Description:
A structure that represents a particular location in (U,V) from a grid.
public struct GridNode
Name Return Type Description
C GridNode(Int32, Int32) None Initializes a new instance of the class
Name Return Type Description
P UIndex int The node's index along the U axis.
P VIndex int The node's index along the V axis.