node(withPoint:)
Creates a graph node with the specified point.
Declaration
class func node(withPoint point: vector_float2) -> SelfParameters
- point:
The position for the node in continuous 2D space.
Return Value
A new graph node representing the specified point.