init(point:)
Initializes a graph node with the specified point.
Declaration
init(point: vector_float3)Parameters
- point:
The position for the node in continuous 3D space.
Return Value
A new graph node representing the specified point.
Discussion
For more information, see GameplayKit Programming Guide.